RFR: 8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning [v22]
Alan Bateman
alanb at openjdk.org
Thu Oct 31 06:54:46 UTC 2024
On Thu, 31 Oct 2024 03:52:31 GMT, Dean Long <dlong at openjdk.org> wrote:
> For some reason github thinks VirtualThreadPinnedEvent.java was renamed to libSynchronizedNative.c and libTracePinnedThreads.c was renamed to LockingMode.java. Is there a way to fix that?
I don't think which view this is but just to say that VirtualThreadPinnedEvent.java and libTracePinnedThreads.c are removed. libSynchronizedNative.c is part of a new test (as it happens, it was previously reviewed as pull/18600 but we had to hold it back as it needed a fix from the loom repo that is part of the JEP 491 implementation). You find is easier to just fetch and checkout the branch to look at the changes locally. Personally I have this easier for large change and makes it easier to see renames and/or removals.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21565#issuecomment-2449153774
More information about the nio-dev
mailing list