On Mon, 15 Jul 2024 22:53:52 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

> since all accesses are happening on the FX app thread

Not quite right: the following threads access the field, apart from JavaFX 
Application Thread:


thread=JavaFX-Launcher
thread=Thread-2
thread=PulseTimer-CVDisplayLink thread
thread=QuantumRenderer-0


The output above logs thread names that access `Application.application` field, 
running the reproducer attached to both tickets.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1506#discussion_r1678487838

Reply via email to