On Tue, 24 Feb 2026 20:05:25 GMT, Phil Race <[email protected]> wrote:
> Remove per-AppContext TimerQueue support. Just create one for the VM.
> A test that expressly checked per-AppContext TimerQueue behaviour is removed.
Marked as reviewed by psadhukhan (Reviewer).
src/java.desktop/share/classes/javax/swing/TimerQueue.java line 181:
> 179: timer.getLock().unlock();
> 180: }
> 181: } catch (InterruptedException ie) {
I hope it's alright to ignore the exception and not break..
-------------
PR Review: https://git.openjdk.org/jdk/pull/29902#pullrequestreview-3926647583
PR Review Comment: https://git.openjdk.org/jdk/pull/29902#discussion_r2915642930