-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
None
-
1.2fcs
-
generic
-
generic
-
Not verified
Now that AppContext has a dispose() method which interrupts threads and
waits for them to exit, all per-AppContext AWT threads should exit gracefully
when interrupted. Thus, their event-dispatching loops should check
isInterrupted() and the InterruptedException from wait() should cause the
run() method to return.
This applies to the EventDispatchThread, PostEventQueue, and appletviewer
event handler threads.
waits for them to exit, all per-AppContext AWT threads should exit gracefully
when interrupted. Thus, their event-dispatching loops should check
isInterrupted() and the InterruptedException from wait() should cause the
run() method to return.
This applies to the EventDispatchThread, PostEventQueue, and appletviewer
event handler threads.
- relates to
-
JDK-4159054 sun.awt.AppContext needs a dispose()
-
- Closed
-