RFR: 8343890: SEGV crash in RunTimeClassInfo::klass
Matias Saavedra Silva
matsaave at openjdk.org
Wed Dec 4 15:52:10 UTC 2024
Some tests fail very intermittently due to RuntimeInfo::klass(), see the bug page for more details. This patch modifies the method to avoid the reported crash. Verified with tier 1-5 tests.
-------------
Commit messages:
- corrected method
- Merge conflict
- 8343890: SEGV crash in RunTimeClassInfo::klass
Changes: https://git.openjdk.org/jdk/pull/22550/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22550&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8343890
Stats: 7 lines in 1 file changed: 4 ins; 1 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/22550.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22550/head:pull/22550
PR: https://git.openjdk.org/jdk/pull/22550
More information about the hotspot-runtime-dev
mailing list