RFR: 8337958: Out-of-bounds array access in secondary_super_cache [v2]

Vladimir Ivanov vlivanov at openjdk.org
Fri Aug 9 18:07:34 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

Testing results are clean.

-------------

Marked as reviewed by vlivanov (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20483#pullrequestreview-2230784867


More information about the hotspot-dev mailing list