RFR: 8369238: Allow virtual thread preemption on some common class initialization paths [v9]
Coleen Phillimore
coleenp at openjdk.org
Tue Oct 28 19:55:14 UTC 2025
On Tue, 28 Oct 2025 19:33:07 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:
>> src/hotspot/share/runtime/continuationFreezeThaw.cpp line 1796:
>>
>>> 1794: }
>>> 1795:
>>> 1796: static void log_preempt_after_freeze(ContinuationWrapper& cont) {
>>
>> Does this modify ContinuationWrapper? I don't see how it does. If not, it should be a const reference.
>
> Done.
Thank you!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27802#discussion_r2470859813
More information about the hotspot-dev
mailing list