RFR: 8326618 : Replace usage of deprecated method getId() in Thread
Kevin Rushforth
kcr at openjdk.org
Wed Feb 28 21:49:52 UTC 2024
On Tue, 27 Feb 2024 18:24:02 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> Looks okay. `threadId` was added in JDK 19, but since we're on 21 now that should be fine.
Exactly. And as I noted in the JBS issue, this fix must not be backported to earlier versions of JavaFX (it would fail to compile anyway, since we use `--release 17` for JavaFX 21 and 22).
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1383#issuecomment-1969972185
More information about the openjfx-dev
mailing list