-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: infrastructure
-
None
-
b23
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8341439 | 21-pool-oracle | Weibing Xiao | P4 | Closed | Withdrawn |
For modules with ModuleMainClass attribute, jlink will pre-resolved the module graph for these modules. At runtime, if the module is launched without --add-modules or --limit-modules option, the runtime can skip the module resolution at the startup.
JDK tools with a single entry point (or a primary entry point) are candidates to add ModuleMainClass attribute in module-info.class to benefit from the jlink optimization.
JDK tools with a single entry point (or a primary entry point) are candidates to add ModuleMainClass attribute in module-info.class to benefit from the jlink optimization.
- backported by
-
JDK-8341439 Build JDK tools with ModuleMainClass attribute
-
- Closed
-