test/hotspot/jtreg/compiler/rtm/locking/TestRTMAbortThreshold.java
changeset 51753 763aa4d1d596
parent 47216 71c04702a3d5
child 55087 82fe7292ca5c
equal deleted inserted replaced
51752:43323ced5e40 51753:763aa4d1d596
    27  * @summary Verify that RTMAbortThreshold option affects
    27  * @summary Verify that RTMAbortThreshold option affects
    28  *          amount of aborts after which abort ratio is calculated.
    28  *          amount of aborts after which abort ratio is calculated.
    29  * @library /test/lib /
    29  * @library /test/lib /
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  *          java.management
    31  *          java.management
    32  * @requires vm.flavor == "server" & !vm.emulatedClient & vm.rtm.cpu & vm.rtm.os
    32  * @requires vm.rtm.cpu & vm.rtm.compiler
    33  * @build sun.hotspot.WhiteBox
    33  * @build sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    35  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  *                   -XX:+WhiteBoxAPI
    37  *                   -XX:+WhiteBoxAPI