File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/jdk/tools/jlink/runtimeImage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
* jdk.jlink/jdk.tools.jimage
49
49
* @build tests.* jdk.test.lib.process.OutputAnalyzer
50
50
* jdk.test.lib.process.ProcessTools
51
- * @run main/othervm -Xmx1g PackagedModulesVsJmodLessTest true
51
+ * @run main/othervm -Xmx1g PackagedModulesVsRuntimeImageLinkTest true
52
52
*/
53
53
54
54
/*
64
64
* jdk.jlink/jdk.tools.jimage
65
65
* @build tests.* jdk.test.lib.process.OutputAnalyzer
66
66
* jdk.test.lib.process.ProcessTools
67
- * @run main/othervm -Xmx1g PackagedModulesVsJmodLessTest false
67
+ * @run main/othervm -Xmx1g PackagedModulesVsRuntimeImageLinkTest false
68
68
*/
69
- public class PackagedModulesVsJmodLessTest extends AbstractLinkableRuntimeTest {
69
+ public class PackagedModulesVsRuntimeImageLinkTest extends AbstractLinkableRuntimeTest {
70
70
71
71
public static void main (String [] args ) throws Exception {
72
72
if (args .length != 1 ) {
73
73
throw new IllegalArgumentException ("Wrong number of passed arguments" );
74
74
}
75
75
boolean isLinkableRuntime = Boolean .parseBoolean (args [0 ]);
76
- PackagedModulesVsJmodLessTest test = new PackagedModulesVsJmodLessTest ();
76
+ PackagedModulesVsRuntimeImageLinkTest test = new PackagedModulesVsRuntimeImageLinkTest ();
77
77
test .run (isLinkableRuntime );
78
78
}
79
79
You can’t perform that action at this time.
0 commit comments