test/hotspot/jtreg/compiler/arguments/TestScavengeRootsInCode.java
changeset 52680 ca9459361300
parent 52634 85283f9565da
--- a/test/hotspot/jtreg/compiler/arguments/TestScavengeRootsInCode.java	Mon Nov 26 09:24:08 2018 +0100
+++ b/test/hotspot/jtreg/compiler/arguments/TestScavengeRootsInCode.java	Mon Nov 26 12:16:23 2018 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 8214025
  * @summary Test compilation with non-default value for ScavengeRootsInCode.
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:-TieredCompilation
+ * @run main/othervm -XX:+UnlockDiagnosticVMOptions -Xcomp -XX:-TieredCompilation
  *                   -XX:ScavengeRootsInCode=1 compiler.arguments.TestScavengeRootsInCode
  */