test/hotspot/jtreg/compiler/loopopts/TestOverunrolling.java
changeset 57803 23e3ab980622
parent 50632 fd430e352427
--- a/test/hotspot/jtreg/compiler/loopopts/TestOverunrolling.java	Tue Aug 20 09:22:18 2019 +0200
+++ b/test/hotspot/jtreg/compiler/loopopts/TestOverunrolling.java	Tue Aug 20 10:46:23 2019 +0200
@@ -26,7 +26,7 @@
  * @bug 8159016 8202949 8203915
  * @summary Tests correct dominator information after over-unrolling a loop.
  * @requires vm.gc == "Parallel" | vm.gc == "null"
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
  *                   -Xcomp -XX:-TieredCompilation -XX:-UseSwitchProfiling
  *                   -XX:-UseCountedLoopSafepoints -XX:LoopUnrollLimit=250
  *                   -XX:-UseG1GC -XX:+UseParallelGC compiler.loopopts.TestOverunrolling