[jdk17u-dev] RFR: 8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order
Goetz Lindenmaier
goetz at openjdk.org
Fri Nov 29 08:28:12 UTC 2024
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.
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.
-------------
Commit messages:
- Backport f3be138eb80c9e7f6cc21afb75cda9e49b667c8a
Changes: https://git.openjdk.org/jdk17u-dev/pull/3078/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3078&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8322809
Stats: 294 lines in 6 files changed: 287 ins; 0 del; 7 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/3078.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/3078/head:pull/3078
PR: https://git.openjdk.org/jdk17u-dev/pull/3078
More information about the jdk-updates-dev
mailing list