Skip to content

Commit 40a3f7e

Browse files
committed
Rename PackagedModulesVsJmodLessTest => PackagedModulesVsRuntimeImageLinkTest
1 parent 40c9213 commit 40a3f7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/jdk/tools/jlink/runtimeImage/PackagedModulesVsJmodLessTest.java renamed to test/jdk/tools/jlink/runtimeImage/PackagedModulesVsRuntimeImageLinkTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* jdk.jlink/jdk.tools.jimage
4949
* @build tests.* jdk.test.lib.process.OutputAnalyzer
5050
* jdk.test.lib.process.ProcessTools
51-
* @run main/othervm -Xmx1g PackagedModulesVsJmodLessTest true
51+
* @run main/othervm -Xmx1g PackagedModulesVsRuntimeImageLinkTest true
5252
*/
5353

5454
/*
@@ -64,16 +64,16 @@
6464
* jdk.jlink/jdk.tools.jimage
6565
* @build tests.* jdk.test.lib.process.OutputAnalyzer
6666
* jdk.test.lib.process.ProcessTools
67-
* @run main/othervm -Xmx1g PackagedModulesVsJmodLessTest false
67+
* @run main/othervm -Xmx1g PackagedModulesVsRuntimeImageLinkTest false
6868
*/
69-
public class PackagedModulesVsJmodLessTest extends AbstractLinkableRuntimeTest {
69+
public class PackagedModulesVsRuntimeImageLinkTest extends AbstractLinkableRuntimeTest {
7070

7171
public static void main(String[] args) throws Exception {
7272
if (args.length != 1) {
7373
throw new IllegalArgumentException("Wrong number of passed arguments");
7474
}
7575
boolean isLinkableRuntime = Boolean.parseBoolean(args[0]);
76-
PackagedModulesVsJmodLessTest test = new PackagedModulesVsJmodLessTest();
76+
PackagedModulesVsRuntimeImageLinkTest test = new PackagedModulesVsRuntimeImageLinkTest();
7777
test.run(isLinkableRuntime);
7878
}
7979

0 commit comments

Comments
 (0)