[jdk17u-dev] Integrated: 8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order
Goetz Lindenmaier
goetz at openjdk.org
Tue Dec 3 09:12:48 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.
This pull request has now been integrated.
Changeset: 4d268db0
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/4d268db07f4d32f3c5abd5083fa9bab1765cc74f
Stats: 257 lines in 6 files changed: 248 ins; 0 del; 9 mod
8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order
Reviewed-by: mbaesken
Backport-of: f3be138eb80c9e7f6cc21afb75cda9e49b667c8a
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/3078
More information about the jdk-updates-dev
mailing list