[jdk17u-dev] Integrated: 8329261: G1: interpreter post-barrier x86 code asserts index size of wrong buffer

Satyen Subramaniam ssubramaniam at openjdk.org
Mon Apr 7 16:21:57 UTC 2025


On Fri, 4 Apr 2025 19:17:59 GMT, Satyen Subramaniam <ssubramaniam at openjdk.org> wrote:

> Backporting JDK-8329261: G1: interpreter post-barrier x86 code asserts index size of wrong buffer. This changeset updates an assert in G1's interpreter x86 post-barrier logic so that it refers to the right queue (G1DirtyCardQueue rather than pre-barrier's SATBMarkQueue) and moves the assert closer to the logic that exploits it. Doesn't change functionality.

This pull request has now been integrated.

Changeset: ac00cd26
Author:    Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/ac00cd26889308164704d8bc902102c2f7486c9a
Stats:     5 lines in 1 file changed: 3 ins; 2 del; 0 mod

8329261: G1: interpreter post-barrier x86 code asserts index size of wrong buffer

Backport-of: 1131bb77ec94dd131a10df4ba0f3fab32c65c0f2

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

PR: https://git.openjdk.org/jdk17u-dev/pull/3443


More information about the jdk-updates-dev mailing list