On Wed, 12 Feb 2025 08:21:04 GMT, Alan Bateman <[email protected]> wrote:
>> SendaoYan has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Rename latch to started, and do the countDown before the while loop
>
> test/jdk/java/lang/Thread/virtual/ThreadPollOnYield.java line 51:
>
>> 49:
>> 50: class ThreadPollOnYield {
>> 51: private static CountDownLatch started = new CountDownLatch(1);
>
> Can you make this final?
Okey.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23576#discussion_r1952187449