equal
deleted
inserted
replaced
26 * @bug 8028756 |
26 * @bug 8028756 |
27 * @library /test/lib |
27 * @library /test/lib |
28 * @modules java.base/jdk.internal.misc |
28 * @modules java.base/jdk.internal.misc |
29 * java.management/sun.management |
29 * java.management/sun.management |
30 * @build sun.hotspot.WhiteBox |
30 * @build sun.hotspot.WhiteBox |
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
31 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
32 * sun.hotspot.WhiteBox$WhiteBoxPermission |
32 * sun.hotspot.WhiteBox$WhiteBoxPermission |
33 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UintxTest |
33 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UintxTest |
34 * @summary testing of WB::set/getUintxVMFlag() |
34 * @summary testing of WB::set/getUintxVMFlag() |
35 * @author igor.ignatyev@oracle.com |
35 * @author igor.ignatyev@oracle.com |
36 */ |
36 */ |