RFR: 8324941: POC for Headless platform for JavaFX [v4]

Johan Vos jvos at openjdk.org
Mon Jul 7 14:46:20 UTC 2025


On Fri, 27 Jun 2025 20:24:57 GMT, Andy Goryachev <angorya at 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


More information about the openjfx-dev mailing list