JDK-6607815 : Hang with jigzone.com
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u5
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-09-21
  • Updated: 2010-08-07
  • Resolved: 2007-10-31
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 6
6u10Resolved
Related Reports
Duplicate :  
Relates :  
Description
The jigzone.com jigsaw puzzle applet hangs very quickly after startup, occasionally after moving a couple of puzzle pieces.

Comments
EVALUATION This bug is being marked as a duplicate of 6622332 for bookkeeping purposes and does not need to be re-verified independently. In the case of a regression please file a new bug.
31-10-2007

SUGGESTED FIX http://analemma.sfbay.sun.com/net/jano2/export2/hotspot/users/kbr/webrevs/mjre/6607815_jigzone_hang/
21-09-2007

EVALUATION Changed a call to the AWT Event Dispatch Thread from an invokeAndWait() to an invokeLater() to avoid deadlocks. Added note to Applet2Manager about invariant that we must not do work that blocks on any EDT as a result of calling any of its public methods.
21-09-2007