RFR: 8337958: Out-of-bounds array access in secondary_super_cache [v2]
Aleksey Shipilev
shade at openjdk.org
Thu Aug 8 09:17:33 UTC 2024
On Thu, 8 Aug 2024 01:15:17 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> The fix for [JDK-8180450](https://bugs.openjdk.org/browse/JDK-8180450), secondary_super_cache does not scale well, has a rare (and benign) out-of-bounds array access. While this bug is very unlikely ever to cause a failure, it should be fixed.
>
> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>
> JDK-8337958: Out-of-bounds array access in secondary_super_cache
Marked as reviewed by shade (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20483#pullrequestreview-2227306812
More information about the hotspot-dev
mailing list