On Wed, 9 Sep 2026 18:30:01 GMT, Andy Goryachev <[email protected]> wrote:

> My mistake - I missed that the fix for 
> [JDK-8389783](https://bugs.openjdk.org/browse/JDK-8389783) created a warning 
> in Eclipse:
> 
> |Description |Resource |Type |Path |Location
> |------------|---------|-----|-----|---
> |The method WinTimer.pause() is overriding a synchronized method without 
> being synchronized |WinTimer.java |Java Problem 
> |/graphics/src/main/java/com/sun/glass/ui/win |line 73
> |The method WinTimer.resume() is overriding a synchronized method without 
> being synchronized |WinTimer.java |Java Problem 
> |/graphics/src/main/java/com/sun/glass/ui/win |line 85
> 
> These two methods need `@SuppressWarnings("sync-override")` added to suppress 
> the warning (it's a useful warning to have enabled).
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Marked as reviewed by jhendrikx (Reviewer).

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

PR Review: https://git.openjdk.org/jfx/pull/2307#pullrequestreview-5161417347

Reply via email to