hotspot/test/compiler/rtm/locking/TestUseRTMForInflatedLocks.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 
    24 
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 8031320
    27  * @bug 8031320
    28  * @summary Verify that rtm locking is used for inflated locks.
    28  * @summary Verify that rtm locking is used for inflated locks.
    29  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    29  * @library /testlibrary /../../test/lib /compiler/testlibrary
    30  * @build TestUseRTMForInflatedLocks
    30  * @build TestUseRTMForInflatedLocks
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *                   -XX:+WhiteBoxAPI TestUseRTMForInflatedLocks
    34  *                   -XX:+WhiteBoxAPI TestUseRTMForInflatedLocks