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.
1 parent b97048c commit 037f6a8Copy full SHA for 037f6a8
tool/jt.rb
@@ -743,7 +743,7 @@ def rebuild(*options)
743
vm_args << '--exceptions-print-uncaught-java=true'
744
when '--infopoints'
745
vm_args << '--vm.XX:+UnlockDiagnosticVMOptions' << '--vm.XX:+DebugNonSafepoints'
746
- vm_args << '--engine.EnableInfopoints'
+ vm_args << '--vm.Dgraal.TruffleEnableInfopoints=true'
747
when '--fg'
748
vm_args << '--engine.BackgroundCompilation=false'
749
when '--trace'
0 commit comments