RFR: 8369296: Add fast class init checks in interpreter for resolving ConstantPool entries for static field [v8]

Ashutosh Mehra asmehra at openjdk.org
Fri Oct 10 14:38:32 UTC 2025


On Fri, 10 Oct 2025 09:53:50 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> Unfortunately, this is no longer correct for PPC64 because the isync instruction is missing on some paths, now. While this looks good for other platforms, can you revert only PPC64 to the previous version, please?

@TheRealMDoerr thanks for catching the bug. The resolved non-static case is missing the isync. Reverted the ppc changes as suggested.

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

PR Comment: https://git.openjdk.org/jdk/pull/27676#issuecomment-3390508507


More information about the hotspot-dev mailing list