hotspot/test/compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java
changeset 28040 e68bdf210a7e
parent 27700 a402738ebfcf
child 29678 dd2f3932c21e
equal deleted inserted replaced
28039:bf5a8340bf8a 28040:e68bdf210a7e
    59         // Execute test with modified version of java.lang.Object
    59         // Execute test with modified version of java.lang.Object
    60         // in -Xbootclasspath.
    60         // in -Xbootclasspath.
    61         String[] vmOpts = new String[] {
    61         String[] vmOpts = new String[] {
    62                 "-Xbootclasspath/p:" + testClasses,
    62                 "-Xbootclasspath/p:" + testClasses,
    63                 "-Xcomp",
    63                 "-Xcomp",
       
    64                 "-XX:+IgnoreUnrecognizedVMOptions",
    64                 "-XX:-VerifyDependencies",
    65                 "-XX:-VerifyDependencies",
    65                 "-XX:CompileOnly=TestMonomorphicObjectCall::callFinalize",
    66                 "-XX:CompileOnly=TestMonomorphicObjectCall::callFinalize",
    66                 "-XX:CompileOnly=Object::finalizeObject",
    67                 "-XX:CompileOnly=Object::finalizeObject",
    67                 "-XX:TieredStopAtLevel=1",
    68                 "-XX:TieredStopAtLevel=1",
    68                 TestMonomorphicObjectCall.class.getName(),
    69                 TestMonomorphicObjectCall.class.getName(),