test/hotspot/jtreg/compiler/codecache/stress/UnexpectedDeoptimizationTest.java
changeset 54307 df62ea1da6ad
parent 47216 71c04702a3d5
child 58438 1181f58f30e2
equal deleted inserted replaced
54306:828c4889adfc 54307:df62ea1da6ad
    27  * @summary stressing code cache by forcing unexpected deoptimizations
    27  * @summary stressing code cache by forcing unexpected deoptimizations
    28  * @library /test/lib /
    28  * @library /test/lib /
    29  * @modules java.base/jdk.internal.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  *
    31  *
    32  * @build sun.hotspot.WhiteBox
    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 -XX:-DeoptimizeRandom
    37  *                   -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method
    37  *                   -XX:CompileCommand=dontinline,compiler.codecache.stress.Helper$TestCase::method