Skip to content

Commit 037f6a8

Browse files
committed
Fix infopoints option
1 parent b97048c commit 037f6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ def rebuild(*options)
743743
vm_args << '--exceptions-print-uncaught-java=true'
744744
when '--infopoints'
745745
vm_args << '--vm.XX:+UnlockDiagnosticVMOptions' << '--vm.XX:+DebugNonSafepoints'
746-
vm_args << '--engine.EnableInfopoints'
746+
vm_args << '--vm.Dgraal.TruffleEnableInfopoints=true'
747747
when '--fg'
748748
vm_args << '--engine.BackgroundCompilation=false'
749749
when '--trace'

0 commit comments

Comments
 (0)