[jdk17u-dev] RFR: 8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order
Goetz Lindenmaier
goetz at openjdk.org
Mon Dec 2 10:38:10 UTC 2024
On Fri, 29 Nov 2024 08:22:00 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.
In the second commit, I removed the modules not suitable for this test as I did in 21.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3078#issuecomment-2511161070
More information about the jdk-updates-dev
mailing list