RFR: 8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning [v12]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Mon Oct 28 21:16:21 UTC 2024
On Mon, 28 Oct 2024 19:45:08 GMT, Dean Long <dlong at openjdk.org> wrote:
> If preemption was cancelled, we skip over the cleanup.
>
We only skip the cleanup for the enterSpecial frame since we are going to call thaw again, all other frames are removed: https://github.com/openjdk/jdk/pull/21565/files#diff-b938ab8a7bd9f57eb02271e2dd24a305bca30f06e9f8b028e18a139c4908ec92R3791
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21565#discussion_r1819770854
More information about the nio-dev
mailing list