Skip to content
Snippets Groups Projects
Commit fe53fa49 authored by Mick Jordan's avatar Mick Jordan Committed by Lukas Stadler
Browse files

Fix changed compiler option

parent e0e11eae
Branches
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ def _sanitize_vmArgs(jdk, vmArgs):
def _graal_options(nocompile=False):
if _mx_jvmci and not mx_jvm().get_vm().endswith('nojvmci'):
result = ['-Dgraal.InliningDepthError=500', '-Dgraal.EscapeAnalysisIterations=3', '-XX:JVMCINMethodSizeLimit=1000000']
result = ['-Dgraal.InliningDepthError=500', '-Dgraal.EscapeAnalysisIterations=3']
if nocompile:
result += ['-Dgraal.TruffleCompilationThreshold=100000']
return result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment