On Wed, 25 Mar 2026 20:22:32 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8380804 > > src/java.desktop/share/classes/javax/swing/RepaintManager.java line 1737: > >> 1735: // To avoid threading problems, we notify the >> RepaintManager >> 1736: // on the thread it was created on. >> 1737: EventQueue eventQueue = >> SunToolkit.getSystemEventQueueImplPP(); > > `Toolkit.getSystemEventQueue` is a public method it can be used instead? yes, it can. fixed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30406#discussion_r2990955651
