RFR: 8338064: Give better error for ConcurrentHashTable corruption [v2]
Aleksey Shipilev
shade at openjdk.org
Thu Aug 8 15:48:32 UTC 2024
On Thu, 8 Aug 2024 15:36:08 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> 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.
Looks fine. I think we only need to drop the PR links from the old issue, and that is it.
-------------
Marked as reviewed by shade (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20503#pullrequestreview-2228271977
More information about the hotspot-dev
mailing list