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). This pull request has now been integrated. Changeset: c35310ff Author: Andy Goryachev <[email protected]> URL: https://git.openjdk.org/jfx/commit/c35310ff5fea7d776ef6b269916cc998e1addbca Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8392106: Add @SuppressWarnings("sync-override") to WinTimer Reviewed-by: kcr, jhendrikx ------------- PR: https://git.openjdk.org/jfx/pull/2307
