equal
deleted
inserted
replaced
25 * @test WBApi |
25 * @test WBApi |
26 * @summary verify that whitebox functions can be linked and executed |
26 * @summary verify that whitebox functions can be linked and executed |
27 * @modules java.base/jdk.internal.misc |
27 * @modules java.base/jdk.internal.misc |
28 * @library /test/lib |
28 * @library /test/lib |
29 * @build sun.hotspot.WhiteBox |
29 * @build sun.hotspot.WhiteBox |
30 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
30 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
31 * sun.hotspot.WhiteBox$WhiteBoxPermission |
31 * sun.hotspot.WhiteBox$WhiteBoxPermission |
32 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI WBApi |
32 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI WBApi |
33 */ |
33 */ |
34 |
34 |
35 import sun.hotspot.WhiteBox; |
35 import sun.hotspot.WhiteBox; |