On Fri, 22 Dec 2023 18:34:30 GMT, Calvin Cheung <cche...@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

Reply via email to