test/hotspot/jtreg/compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java
changeset 58438 1181f58f30e2
parent 55005 9b70ebd131b4
equal deleted inserted replaced
58436:91d236715160 58438:1181f58f30e2
    31  *
    31  *
    32  * @build sun.hotspot.WhiteBox compiler.codecache.stress.Helper compiler.codecache.stress.TestCaseImpl
    32  * @build sun.hotspot.WhiteBox compiler.codecache.stress.Helper compiler.codecache.stress.TestCaseImpl
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  *                   -XX:+WhiteBoxAPI -XX:-DeoptimizeRandom
    36  *                   -XX:+WhiteBoxAPI
       
    37  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:-DeoptimizeRandom
    37  *                   -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
    38  *                   -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
    38  *                   -XX:-SegmentedCodeCache
    39  *                   -XX:-SegmentedCodeCache
    39  *                   compiler.codecache.stress.UnexpectedDeoptimizationAllTest
    40  *                   compiler.codecache.stress.UnexpectedDeoptimizationAllTest
    40  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    41  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    41  *                   -XX:+WhiteBoxAPI -XX:-DeoptimizeRandom
    42  *                   -XX:+WhiteBoxAPI
       
    43  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:-DeoptimizeRandom
    42  *                   -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
    44  *                   -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
    43  *                   -XX:+SegmentedCodeCache
    45  *                   -XX:+SegmentedCodeCache
    44  *                   compiler.codecache.stress.UnexpectedDeoptimizationAllTest
    46  *                   compiler.codecache.stress.UnexpectedDeoptimizationAllTest
    45  */
    47  */
    46 
    48