hotspot/test/compiler/rtm/locking/TestRTMLockingThreshold.java
changeset 25958 8dc85547d6d6
parent 24006 54399106938f
child 28190 5a6b07edeb21
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
    28  * @summary Verify that RTMLockingThreshold affects rtm state transition
    28  * @summary Verify that RTMLockingThreshold affects rtm state transition
    29  *          ProfileRTM => UseRTM.
    29  *          ProfileRTM => UseRTM.
    30  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    30  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    31  * @build TestRTMLockingThreshold
    31  * @build TestRTMLockingThreshold
    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 TestRTMLockingThreshold
    35  *                   -XX:+WhiteBoxAPI TestRTMLockingThreshold
    35  */
    36  */
    36 
    37 
    37 import java.util.List;
    38 import java.util.List;