JDK-6644475 : Regression: race condition in setup of "java" and other variables in IE
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2007-12-20
  • Updated: 2010-09-08
  • Resolved: 2008-03-25
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
6u10 b11Fixed
Related Reports
Relates :  
Description
The fix for 6642444 introduced a race condition in the setup of the "java", "netscape" and "Packages" variables that are newly supported in IE in the new Java Plug-In. They are not initially visible, which causes OnLoad handlers which attempt to work with these variables to break.

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/deployment_data/6u10/6644475.0 testcase: http://web-east.east.sun.com/deployment/www/tests/1.6.0_10/6644475/
21-12-2007

EVALUATION Set these variables up earlier, in SetClientSite, and added a barrier during the fetching of the associated objects similar to that added in 6642444 for the fetching of the scriptable object associated with the applet.
21-12-2007