Integrated: 8337958: Out-of-bounds array access in secondary_super_cache

Andrew Haley aph at openjdk.org
Mon Aug 12 07:41:36 UTC 2024


On Tue, 6 Aug 2024 23:35:55 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.

This pull request has now been integrated.

Changeset: 03204600
Author:    Andrew Haley <aph at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/03204600c596214895ef86581eba9722f76d39b3
Stats:     15 lines in 4 files changed: 3 ins; 1 del; 11 mod

8337958: Out-of-bounds array access in secondary_super_cache

Reviewed-by: vlivanov, shade

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

PR: https://git.openjdk.org/jdk/pull/20483


More information about the hotspot-dev mailing list