On Tue, 27 Feb 2024 17:58:13 GMT, Anirvan Sarkar <asar...@openjdk.org> wrote:
> Replace Thread.currentThread().getId() with Thread.currentThread().threadId() Looks okay. `threadId` was added in JDK 19, but since we're on 21 now that should be fine. ------------- Marked as reviewed by jhendrikx (Committer). PR Review: https://git.openjdk.org/jfx/pull/1383#pullrequestreview-1904467291