RFR: 8369296: Add fast class init checks in interpreter for resolving ConstantPool entries for static field [v4]
Ashutosh Mehra
asmehra at openjdk.org
Tue Oct 14 14:20:39 UTC 2025
On Wed, 8 Oct 2025 19:43:10 GMT, Vladimir Ivanov <vlivanov 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
>
>> My proposal avoids it by jumping over it. Is that better or at least less confusing?
>
> @TheRealMDoerr it looks fine to me.
@iwanowww I addressed your suggestion to rename the labels.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27676#issuecomment-3402119589
More information about the hotspot-dev
mailing list