Skip to content

Commit

Permalink
Replace Dpolyglot.engine.CompilationExceptionsAreFatal with new version
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Aug 14, 2024
1 parent 60340c9 commit a80bf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion som
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ if not args.interpreter and args.graal_branch_profile:
'-Dpolyglot.engine.InstrumentBranchesPerInlineSite=true']

if not args.interpreter and args.perf_warnings:
flags += ['-Dpolyglot.engine.CompilationExceptionsAreFatal=true',
flags += ['-Dpolyglot.engine.CompilationFailureAction=ExitVM',
'-Dpolyglot.engine.TracePerformanceWarnings=all',
'-Dpolyglot.engine.TraceCompilation=true',
'-Dpolyglot.engine.TraceCompilationDetails=true']
Expand Down

0 comments on commit a80bf83

Please sign in to comment.