On Mon, 29 Jan 2024 21:11:45 GMT, Nir Lisker <nlis...@openjdk.org> wrote:

>> tests/system/src/test/java/test/com/sun/javafx/animation/SynchronizationTest.java
>>  line 80:
>> 
>>> 78: 
>>> 79:     private Thread thread;
>>> 80:     private Throwable throwable;
>> 
>> Since these can be set from any thread, maybe use AtomicReference?
>
> Alright, but because of the latch I don't think it will ever matter in 
> practice.

Thanks. I agree that in practice it won't matter.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1352#discussion_r1470431930

Reply via email to