test/compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java

Print this page

        

@@ -59,10 +59,11 @@
         // Execute test with modified version of java.lang.Object
         // in -Xbootclasspath.
         String[] vmOpts = new String[] {
                 "-Xbootclasspath/p:" + testClasses,
                 "-Xcomp",
+                "-XX:+IgnoreUnrecognizedVMOptions",
                 "-XX:-VerifyDependencies",
                 "-XX:CompileOnly=TestMonomorphicObjectCall::callFinalize",
                 "-XX:CompileOnly=Object::finalizeObject",
                 "-XX:TieredStopAtLevel=1",
                 TestMonomorphicObjectCall.class.getName(),