test/hotspot/jtreg/compiler/loopopts/LoopUnswitchingBadNodeBudget.java
changeset 57803 23e3ab980622
parent 55150 ba171f871932
child 58679 9c3209ff7550
--- a/test/hotspot/jtreg/compiler/loopopts/LoopUnswitchingBadNodeBudget.java	Tue Aug 20 09:22:18 2019 +0200
+++ b/test/hotspot/jtreg/compiler/loopopts/LoopUnswitchingBadNodeBudget.java	Tue Aug 20 10:46:23 2019 +0200
@@ -32,7 +32,7 @@
  * @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation
  *      -XX:-UseOnStackReplacement -XX:CompileOnly=LoopUnswitchingBadNodeBudget::test
  *      -XX:CompileCommand=dontinline,LoopUnswitchingBadNodeBudget::helper
- *      -XX:+UnlockExperimentalVMOptions -XX:-UseSwitchProfiling LoopUnswitchingBadNodeBudget
+ *      -XX:+UnlockDiagnosticVMOptions -XX:-UseSwitchProfiling LoopUnswitchingBadNodeBudget
  *
  */