equal
deleted
inserted
replaced
26 * @bug 8038756 |
26 * @bug 8038756 |
27 * @library /test/lib |
27 * @library /test/lib |
28 * @modules java.base/jdk.internal.misc |
28 * @modules java.base/jdk.internal.misc |
29 * @modules java.management/sun.management |
29 * @modules 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 -Xint -XX:-ProfileInterpreter IntxTest |
33 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xint -XX:-ProfileInterpreter IntxTest |
34 * @summary testing of WB::set/getIntxVMFlag() |
34 * @summary testing of WB::set/getIntxVMFlag() |
35 * @author igor.ignatyev@oracle.com |
35 * @author igor.ignatyev@oracle.com |
36 */ |
36 */ |