diff -r 854e828d6b5b -r 23e3ab980622 test/hotspot/jtreg/compiler/loopopts/LoopUnswitchingBadNodeBudget.java --- 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 * */