On Mon, 20 Oct 2025 19:20:31 GMT, Patricio Chilano Mateo
<[email protected]> wrote:
>> src/hotspot/share/interpreter/linkResolver.cpp line 1122:
>>
>>> 1120: resolved_klass->initialize(CHECK);
>>> 1121: } else if (static_mode ==
>>> StaticMode::initialize_klass_preemptable) {
>>> 1122: resolved_klass->initialize_preemptable(CHECK);
>>
>> Why is this not CHECK_AND_CLEAR_PREEMPTED?
>
> We need to let the exception propagate all the way back to the VM entry
> point, and only then we can clear it.
Right - sorry - I though this was the entry point, but it is up in IRT.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27802#discussion_r2450573813