RFR: 8322322: Support archived full module graph when -Xbootclasspath/a is used [v2]
Alan Bateman
alanb at openjdk.org
Sat Dec 23 08:11:47 UTC 2023
On Fri, 22 Dec 2023 18:34:30 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> A full bcp would contain the path to the module image as the first path. This "append" property only contains the path specified in -Xbootclasspath/a. That's why I had bootAppendUcp as the variable name. I've changed it to `bootUcp` per your suggestion.
There is no boot class path by default since JDK 9. If the boot loader is asked to load a class in a package that doesn't map to one of the modules defined to the boot loader then there is no class path to search. You've renamed it to bootUcp so I think we are good now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17178#discussion_r1435525651
More information about the core-libs-dev
mailing list