[jdk25u] RFR: 8356324: JVM crash (SIGSEGV at ClassListParser::resolve_indy_impl) during -Xshare:dump starting from 21.0.5
Aleksey Shipilev
shade at openjdk.org
Mon Aug 25 09:42:08 UTC 2025
Avoids the JVM crash in a corner case. The patch is very recent, but it is borderline trivial, and we have seen customer crashes in the wild (see original issue). Without the patch, the alternative on this code path is a JVM crash.
Additional testing:
- [ ] Linux x86_64 server fastdebug, `tier1`
-------------
Commit messages:
- Backport 506625b768c940a3f4fc2efce485d9207ca61cfe
Changes: https://git.openjdk.org/jdk25u/pull/127/files
Webrev: https://webrevs.openjdk.org/?repo=jdk25u&pr=127&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8356324
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk25u/pull/127.diff
Fetch: git fetch https://git.openjdk.org/jdk25u.git pull/127/head:pull/127
PR: https://git.openjdk.org/jdk25u/pull/127
More information about the jdk-updates-dev
mailing list