hotspot/test/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java
changeset 24311 40cf14732ddc
parent 24007 40c951a7d36c
child 25958 8dc85547d6d6
equal deleted inserted replaced
24309:fc2950805050 24311:40cf14732ddc
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 8031320
    27  * @bug 8031320
    28  * @summary Verify UseRTMDeopt option processing on CPUs without rtm support
    28  * @summary Verify UseRTMDeopt option processing on CPUs without rtm support
    29  *          or on VMs without rtm locking support.
    29  *          or on VMs without rtm locking support.
    30  * @library /testlibrary /testlibrary/whitebox
    30  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    31  * @build TestUseRTMDeoptOptionOnUnsupportedConfig
    31  * @build TestUseRTMDeoptOptionOnUnsupportedConfig
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *                   -XX:+WhiteBoxAPI TestUseRTMDeoptOptionOnUnsupportedConfig
    34  *                   -XX:+WhiteBoxAPI TestUseRTMDeoptOptionOnUnsupportedConfig
    35  */
    35  */