On Wed, 2 Sep 2026 21:05:19 GMT, Kevin Rushforth <[email protected]> wrote:

>> modules/javafx.graphics/src/main/java/com/sun/glass/ui/win/WinTimer.java 
>> line 73:
>> 
>>> 71:             super.stop();
>>> 72:         } catch (IllegalStateException ex) {
>>> 73:             ex.printStackTrace();
>> 
>> we should consider using a standardized logging subsystem at some point
>
> [JDK-8320266](https://bugs.openjdk.org/browse/JDK-8320266) is already 
> tracking this.

Why do you print this exception at all? This might end up in application logs, 
but without any possibility for remediation. It's also not relevant if there's 
nothing you can do about it.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2290#discussion_r3924637962

Reply via email to