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