We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 064d2fc + 76a4749 commit 2e386dbCopy full SHA for 2e386db
compiler/ci/ci_common/gate.jsonnet
@@ -93,7 +93,8 @@
93
94
coverage_base(ctw):: s.base(tags="build,%s" % if ctw then "ctw" else "coverage",
95
cmd_suffix=s.jacoco_gate_args,
96
- extra_vm_args=if !ctw then "" else "-DCompileTheWorld.MaxClasses=5000 -Djdk.graal.CompilationFailureAction=Print" /*GR-23372 for MaxClasses*/) +
+ # Leaving assertions enabled slows down ctw enough to cause timeouts, and libgraal does not include assertions anyway.
97
+ extra_vm_args=if !ctw then "" else "-da -DCompileTheWorld.MaxClasses=5000 -Djdk.graal.CompilationFailureAction=Print" /*GR-23372 for MaxClasses*/) +
98
{
99
teardown+: [
100
s.upload_coverage,
0 commit comments