JDK-7171163 : [macosx] Shortcomings in the design of the secondary native event loop made JavaFX DnD deadlock
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7,7u5,8
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-05-23
  • Updated: 2012-10-01
  • Resolved: 2012-06-04
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
7u6 b13Fixed 8Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
The shortcoming in the implementation of the native event loop handler made it non-reenterable and thus lead to the deadlock in the JavaFX Drag and Drop in the Swing/JavaFX interoperability mode.

Comments
EVALUATION Need to fix the implementation of the Java_sun_lwawt_macosx_LWCToolkit_startNativeNestedEventLoop function and make performDrop operation synchronous as it was intended.
23-05-2012