hotspot/test/compiler/rtm/method_options/TestUseRTMLockElidingOption.java
changeset 33730 30e064828045
parent 30604 b8d532cb6420
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    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 /../../test/lib /compiler/testlibrary
    31  * @library /testlibrary /test/lib /compiler/testlibrary
    32  * @modules java.base/sun.misc
    32  * @modules java.base/sun.misc
    33  *          java.management
    33  *          java.management
    34  * @build TestUseRTMLockElidingOption
    34  * @build TestUseRTMLockElidingOption
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    36  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    36  *                              sun.hotspot.WhiteBox$WhiteBoxPermission