On Thu, 19 Jun 2025 22:45:45 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> Johan Vos has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix missing ; > > modules/javafx.graphics/src/main/java/com/sun/glass/ui/headless/NestedRunnableProcessor.java > line 20: > >> 18: } >> 19: >> 20: void invokeLater(final Runnable r) { > > The following methods are never used: > * `invokeLater` > * `runLater` > * `invokeAndWait` > * `stopProcessing` invokeLater is used from HeadlessApplication Others are removed now. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1836#discussion_r2189444853