test/hotspot/jtreg/compiler/rtm/method_options/TestUseRTMLockElidingOption.java
changeset 51753 763aa4d1d596
parent 47216 71c04702a3d5
child 55087 82fe7292ca5c
equal deleted inserted replaced
51752:43323ced5e40 51753:763aa4d1d596
    28  *          specified method and that such method will not be deoptimized
    28  *          specified method and that such method will not be deoptimized
    29  *          on high abort ratio.
    29  *          on high abort ratio.
    30  * @library /test/lib /
    30  * @library /test/lib /
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  *          java.management
    32  *          java.management
    33  * @requires vm.flavor == "server" & !vm.emulatedClient & vm.rtm.cpu & vm.rtm.os
    33  * @requires vm.rtm.cpu & vm.rtm.compiler
    34  * @build sun.hotspot.WhiteBox
    34  * @build sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    36  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    36  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    37  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    38  *                   -XX:+WhiteBoxAPI
    38  *                   -XX:+WhiteBoxAPI