-
Backport
-
Resolution: Fixed
-
P2
-
7u40
-
b08
-
Not verified
NetBeans user reported a hang when dragging a toolbar around.
Thread dump is attached.
Evaluation comment from a netbeans engineer: It's deadlock between EDT and AppKit thread which locks java.awt.Component$AWTTreeLock in sun.lwawt.macosx.CDragSourceContextPeer.dragMouseMoved
Related NetBeans bug:
http://netbeans.org/bugzilla/show_bug.cgi?id=218897
Thread dump is attached.
Evaluation comment from a netbeans engineer: It's deadlock between EDT and AppKit thread which locks java.awt.Component$AWTTreeLock in sun.lwawt.macosx.CDragSourceContextPeer.dragMouseMoved
Related NetBeans bug:
http://netbeans.org/bugzilla/show_bug.cgi?id=218897
- backport of
-
JDK-7200762 [macosx] Stuck in sun.java2d.opengl.CGLGraphicsConfig.getMaxTextureSize(Native Method)
- Closed