RFR: 8349787: java/lang/Thread/virtual/ThreadPollOnYield.java#default passes unexpectedly without libVThreadPinner.so [v3]
SendaoYan
syan at openjdk.org
Wed Feb 12 08:31:49 UTC 2025
On Wed, 12 Feb 2025 08:21:04 GMT, Alan Bateman <alanb at openjdk.org> 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
More information about the core-libs-dev
mailing list