[jdk17u-dev] RFR: 8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order [v2]
Matthias Baesken
mbaesken at openjdk.org
Tue Dec 3 08:38:47 UTC 2024
On Mon, 2 Dec 2024 10:38:10 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
>> This is a backport of the 21 PR code, but it needs further adaptions.
>>
>> SystemModulesPlugin.java had to be resolved. The code to be patched does the
>> same, but uses different Java syntax.
>>
>> Also, I had to remove one more case from the test as jdk.httpserver has no main
>> specified. This was added in [8245095: Implementation of JEP 408: Simple Web Server](https://bugs.openjdk.org/browse/JDK-8245095).
>> But the test still shows the same failure as in head when the fix misses
>> in the JVM, and passes if the fix is present.
>
> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>
> Cleanups as in 21
Marked as reviewed by mbaesken (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk17u-dev/pull/3078#pullrequestreview-2474923877
More information about the jdk-updates-dev
mailing list