Skip to content

Commit 9c84899

Browse files
committed
8263555: use driver-mode to run ClassFileInstaller
Reviewed-by: iklam
1 parent 8e562d2 commit 9c84899

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

test/hotspot/jtreg/gc/TestReferenceClearDuringMarking.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @library /test/lib
2929
* @build sun.hotspot.WhiteBox
3030
* @modules java.base
31-
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
31+
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
3232
* @run main/othervm
3333
* -Xbootclasspath/a:.
3434
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

test/hotspot/jtreg/gc/TestReferenceClearDuringReferenceProcessing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @library /test/lib
3131
* @build sun.hotspot.WhiteBox
3232
* @modules java.base
33-
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
33+
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
3434
* @run main/othervm
3535
* -Xbootclasspath/a:.
3636
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

test/hotspot/jtreg/gc/TestReferenceRefersTo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @library /test/lib
2929
* @build sun.hotspot.WhiteBox
3030
* @modules java.base
31-
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
31+
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
3232
* @run main/othervm
3333
* -Xbootclasspath/a:.
3434
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

test/hotspot/jtreg/gc/TestReferenceRefersToDuringConcMark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @library /test/lib
2929
* @build sun.hotspot.WhiteBox
3030
* @modules java.base
31-
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
31+
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
3232
* @run main/othervm
3333
* -Xbootclasspath/a:.
3434
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

test/hotspot/jtreg/gc/shenandoah/TestReferenceRefersToShenandoah.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @library /test/lib
2929
* @build sun.hotspot.WhiteBox
3030
* @modules java.base
31-
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
31+
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
3232
* @run main/othervm
3333
* -Xbootclasspath/a:.
3434
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
@@ -41,7 +41,7 @@
4141
* @library /test/lib
4242
* @build sun.hotspot.WhiteBox
4343
* @modules java.base
44-
* @run main jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
44+
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
4545
* @run main/othervm
4646
* -Xbootclasspath/a:.
4747
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI

0 commit comments

Comments
 (0)