[jdk21u-dev] RFR: 8329261: G1: interpreter post-barrier x86 code asserts index size of wrong buffer
duke
duke at openjdk.org
Mon Apr 7 15:56:55 UTC 2025
On Fri, 4 Apr 2025 19:17:36 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.
@satyenme
Your change (at version cd3c22ed8712856e47558f2fc164b42cb474f9ef) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1599#issuecomment-2783844036
More information about the jdk-updates-dev
mailing list