On Wed, 11 Mar 2026 03:28:09 GMT, Prasanta Sadhukhan <[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.
>
> 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..

Well .. there are no disposed appcontexts anymore so this isn't a change.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29902#discussion_r2915963202

Reply via email to