hotspot/test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    26  * @test
    26  * @test
    27  * @bug 8031320
    27  * @bug 8031320
    28  * @summary Verify that UseRTMLockEliding option could be applied to
    28  * @summary Verify that UseRTMLockEliding option could be applied to
    29  *          specified method and that such method will not be deoptimized
    29  *          specified method and that such method will not be deoptimized
    30  *          on high abort ratio.
    30  *          on high abort ratio.
    31  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    31  * @library /testlibrary /../../test/lib /compiler/testlibrary
    32  * @build TestUseRTMLockElidingOption
    32  * @build TestUseRTMLockElidingOption
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    35  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  *                   -XX:+WhiteBoxAPI TestUseRTMLockElidingOption
    36  *                   -XX:+WhiteBoxAPI TestUseRTMLockElidingOption