hotspot/test/compiler/rtm/locking/TestUseRTMAfterLockInflation.java
changeset 25958 8dc85547d6d6
parent 24006 54399106938f
child 28190 5a6b07edeb21
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
    28  * @summary Verify that rtm locking is used for stack locks before
    28  * @summary Verify that rtm locking is used for stack locks before
    29  *          inflation and after it used for inflated locks.
    29  *          inflation and after it used for inflated locks.
    30  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    30  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    31  * @build TestUseRTMAfterLockInflation
    31  * @build TestUseRTMAfterLockInflation
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *                   -XX:+WhiteBoxAPI TestUseRTMAfterLockInflation
    35  *                   -XX:+WhiteBoxAPI TestUseRTMAfterLockInflation
    35  */
    36  */
    36 
    37 
    37 import java.util.List;
    38 import java.util.List;