Skip to content

Commit afc3379

Browse files
committed
8347124: Clean tests with --enable-linkable-runtime
1 parent 672c413 commit afc3379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/jdk/jdk/jfr/jvm/TestModularImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* as expected
4444
* @requires vm.hasJFR
4545
* @library /test/lib
46-
* @run driver jdk.jfr.jvm.TestModularImage
46+
* @run main/othervm jdk.jfr.jvm.TestModularImage
4747
*/
4848
public class TestModularImage {
4949
private static final String STARTED_RECORDING = "Started recording";

test/jdk/tools/launcher/SourceMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @bug 8192920 8204588 8210275 8286571
2727
* @summary Test source mode
2828
* @modules jdk.compiler jdk.jlink
29-
* @run main SourceMode
29+
* @run main/othervm SourceMode
3030
*/
3131

3232

0 commit comments

Comments
 (0)