Skip to content

Commit

Permalink
[GR-49955] Runtime assertions should not be enabled during PGO intrum…
Browse files Browse the repository at this point in the history
…ented benchmarks.

PullRequest: graal/16032
  • Loading branch information
jovanstevanovic committed Nov 13, 2023
2 parents 592661e + bc3dd59 commit 2e61c28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substratevm/mx.substratevm/mx_substratevm_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ def _empty_file():
# We can simply remove the jar containing that provider as it is not required for the benchmark to run.
'fop': ['--allow-incomplete-classpath',
'--report-unsupported-elements-at-runtime',
'-esa', '-ea',
f"-Djava.util.logging.config.file={_empty_file()}",
'--initialize-at-run-time=org.apache.fop.render.rtf.rtflib.rtfdoc.RtfList'],
'batik': ['--allow-incomplete-classpath']
Expand Down

0 comments on commit 2e61c28

Please sign in to comment.