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

Ashutosh Mehra asmehra at openjdk.org
Wed Oct 8 15:39:50 UTC 2025


On Wed, 8 Oct 2025 14:52:44 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> My proposal avoids it by jumping over it. Is that better or at least less confusing? 

I think it makes sense. On returning from `resolve_from_cache` the class must have been initialized. So the fast path check can be skipped. Do you agree with this change? @iwanowww

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

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


More information about the hotspot-dev mailing list