test/hotspot/jtreg/compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java
changeset 51753 763aa4d1d596
parent 50371 72d0baab31bc
child 55087 82fe7292ca5c
equal deleted inserted replaced
51752:43323ced5e40 51753:763aa4d1d596
    29  *          method's RTM state. And if we don't use RTMDeopt, then
    29  *          method's RTM state. And if we don't use RTMDeopt, then
    30  *          RTM state remain the same after such deoptimization.
    30  *          RTM state remain the same after such deoptimization.
    31  * @library /test/lib /
    31  * @library /test/lib /
    32  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.misc
    33  *          java.management
    33  *          java.management
    34  * @requires vm.flavor == "server" & !vm.emulatedClient & vm.rtm.cpu & vm.rtm.os
    34  * @requires vm.rtm.cpu & vm.rtm.compiler
    35  * @build sun.hotspot.WhiteBox
    35  * @build sun.hotspot.WhiteBox
    36  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    36  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    37  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    37  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    38  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    38  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    39  *                   -XX:+WhiteBoxAPI
    39  *                   -XX:+WhiteBoxAPI