[jdk17u-dev] RFR: 8322809: SystemModulesMap::classNames and moduleNames arrays do not match the order [v2]

Goetz Lindenmaier goetz at openjdk.org
Mon Dec 2 10:38:10 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.  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

-------------

Changes:
  - all: https://git.openjdk.org/jdk17u-dev/pull/3078/files
  - new: https://git.openjdk.org/jdk17u-dev/pull/3078/files/9538a185..0fe2ccb5

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3078&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3078&range=00-01

  Stats: 14 lines in 4 files changed: 0 ins; 14 del; 0 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