On Tue, 28 Oct 2025 19:33:07 GMT, Patricio Chilano Mateo <[email protected]> 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
