[jdk21u-dev] RFR: 8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order [v2]
Goetz Lindenmaier
goetz at openjdk.org
Mon Dec 2 09:32:12 UTC 2024
On Mon, 2 Dec 2024 09:16:38 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove jdk.jfr from net.foo module-info
>
> test/jdk/tools/jlink/plugins/SystemModuleDescriptors/src/net.foo/net/foo/Main.java line 41:
>
>> 39: checkMainClass("com.foo", "com.foo.Main");
>> 40: checkMainClass("net.foo", "net.foo.Main");
>> 41: Stream.of("jdk.httpserver"/*, "jdk.jfr"*/).forEach(mn ->
>
> Suggestion:
>
> Stream.of("jdk.httpserver").forEach(mn ->
Good point, so done.
-------------
PR Review Comment: https://git.openjdk.org/jdk21u-dev/pull/1189#discussion_r1865512808
More information about the jdk-updates-dev
mailing list