aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/j2objc/j2objc_wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/j2objc/j2objc_wrapper.py')
-rwxr-xr-xtools/j2objc/j2objc_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/j2objc/j2objc_wrapper.py b/tools/j2objc/j2objc_wrapper.py
index e491ed52c6..bc142d4656 100755
--- a/tools/j2objc/j2objc_wrapper.py
+++ b/tools/j2objc/j2objc_wrapper.py
@@ -409,7 +409,7 @@ def main():
help='The path to the Java executable.')
parser.add_argument(
'--jvm_flags',
- default='-Xss4m',
+ default='-Xss4m,-XX:+UseParallelGC',
help='A comma-separated list of flags to pass to the JVM.')
parser.add_argument(
'--j2objc',