On Fri, 27 Jun 2025 20:24:57 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> Johan Vos has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Process reviewer comments > > modules/javafx.graphics/src/main/java/com/sun/glass/ui/headless/NestedRunnableProcessor.java > line 40: > >> 38: latch.await(); >> 39: } catch (InterruptedException e) { >> 40: e.printStackTrace(); > > should we print here or send to `Application.reportException(e)` ? the method has been removed as it wasn't used. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1836#discussion_r2190305902