equal
deleted
inserted
replaced
26 * @bug 8031320 |
26 * @bug 8031320 |
27 * @summary Verify that RTMRetryCount affects actual amount of retries. |
27 * @summary Verify that RTMRetryCount affects actual amount of retries. |
28 * @library /test/lib / |
28 * @library /test/lib / |
29 * @modules java.base/jdk.internal.misc |
29 * @modules java.base/jdk.internal.misc |
30 * java.management |
30 * java.management |
31 * @requires vm.flavor == "server" & !vm.emulatedClient & vm.rtm.cpu & vm.rtm.os |
31 * @requires vm.rtm.cpu & vm.rtm.compiler |
32 * @build sun.hotspot.WhiteBox |
32 * @build sun.hotspot.WhiteBox |
33 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
33 * @run driver 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 |
36 * -XX:+WhiteBoxAPI |