Skip to content

Commit 54efc3a

Browse files
committed
Use 'run-image' as the term shown with --verbose
1 parent a4ca0e7 commit 54efc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ private static ImageHelper createImageProvider(JlinkConfiguration config,
541541
cf.modules().stream()
542542
.sorted(Comparator.comparing(ResolvedModule::name))
543543
.forEach(rm -> log.format("%s %s%s%n",
544-
rm.name(), rm.reference().location().get(), config.useModulePath() ? "" : " (jmod-less)"));
544+
rm.name(), rm.reference().location().get(), config.useModulePath() ? "" : " (run-image)"));
545545

546546
// print provider info
547547
Set<ModuleReference> references = cf.modules().stream()

0 commit comments

Comments
 (0)