RFR: 8284161: Implementation of Virtual Threads (Preview) [v2]

Alan Bateman alanb at openjdk.java.net
Mon Apr 25 13:14:52 UTC 2022


On Fri, 15 Apr 2022 21:24:58 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Alan Bateman has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Refresh
>
> src/java.base/share/classes/jdk/internal/vm/Continuation.java line 115:
> 
>> 113:     }
>> 114: 
>> 115:     private Runnable target;
> 
> Can be final? (Does not appear to be updated by the VM, or via unsafe by some other class)

Yes, it can.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8166


More information about the core-libs-dev mailing list