hotspot/test/compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java
changeset 25958 8dc85547d6d6
parent 24006 54399106938f
child 28190 5a6b07edeb21
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
    30  *          method's RTM state. And if we don't use RTMDeopt, then
    30  *          method's RTM state. And if we don't use RTMDeopt, then
    31  *          RTM state remain the same after such deoptimization.
    31  *          RTM state remain the same after such deoptimization.
    32  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    32  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    33  * @build TestRTMAfterNonRTMDeopt
    33  * @build TestRTMAfterNonRTMDeopt
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  *                   -XX:+WhiteBoxAPI TestRTMAfterNonRTMDeopt
    37  *                   -XX:+WhiteBoxAPI TestRTMAfterNonRTMDeopt
    37  */
    38  */
    38 
    39 
    39 import java.util.List;
    40 import java.util.List;