JDK-7189350 : Fix failed for CR 7162144
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u4,7u5
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-08-06
  • Updated: 2014-02-12
  • Resolved: 2012-09-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u10Fixed 8Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
see Comments

Comments
Verified with 7u40 b29 and a test from 7162144.
20-06-2013

EVALUATION The solution to the issue for 7u8 is as follows: 1. Re-apply the fix for 7162144. 2. The EventDispatchThread.run() must check whether the event thread is still in the interrupted state, and if not, reset the shutdown flag before calling to detachDispatchThread(). A solution for JDK 8 is currently being discussed and is likely to be implemented later.
08-08-2012