8263555: use driver-mode to run ClassFileInstaller

Reviewed-by: iklam
This commit is contained in:
Igor Ignatyev 2021-03-14 05:19:37 +00:00
parent 8e562d261c
commit 9c84899da4
5 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ package gc;
* @library /test/lib
* @build sun.hotspot.WhiteBox
* @modules java.base
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm
* -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

View File

@ -30,7 +30,7 @@ package gc;
* @library /test/lib
* @build sun.hotspot.WhiteBox
* @modules java.base
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm
* -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

View File

@ -28,7 +28,7 @@ package gc;
* @library /test/lib
* @build sun.hotspot.WhiteBox
* @modules java.base
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm
* -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

View File

@ -28,7 +28,7 @@ package gc;
* @library /test/lib
* @build sun.hotspot.WhiteBox
* @modules java.base
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm
* -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

View File

@ -28,7 +28,7 @@ package gc.shenandoah;
* @library /test/lib
* @build sun.hotspot.WhiteBox
* @modules java.base
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm
* -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
@ -41,7 +41,7 @@ package gc.shenandoah;
* @library /test/lib
* @build sun.hotspot.WhiteBox
* @modules java.base
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm
* -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI