RFR: 8333356: JVM crashes with "aux_index does not match even or odd indices" [v2]
Coleen Phillimore
coleenp at openjdk.org
Thu Aug 8 15:36:08 UTC 2024
> You get this message if the nodes of the concurrent hash table are corrupted or somehow don't yield the same hashcode as when the node was entered in the table. This change makes the error message less obscure, and in debug mode compares the two hash codes. The hash code is kept in the table in only debug mode, because we don't want the table to take a lot more memory.
> Tested with tier1-4.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
A bit less repetative message.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20503/files
- new: https://git.openjdk.org/jdk/pull/20503/files/a778c923..60bf3745
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20503&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20503&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/20503.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20503/head:pull/20503
PR: https://git.openjdk.org/jdk/pull/20503
More information about the hotspot-dev
mailing list