On Tue, 29 Oct 2024 16:22:47 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
>> Jiangli Zhou has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Adjust comment. > > src/java.base/share/classes/jdk/internal/module/ModuleLoaderMap.java line 92: > >> 90: } else if (PLATFORM_LOADER_NAME.equals(loader)) { >> 91: return PLATFORM_CLASSLOADER; >> 92: } else { // BOOT_LOADER_INDEX > > Drop the `// BOOT_LOADER_INDEX`? Done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21722#discussion_r1823470882