JDK-6641564 : Break dependence on javax.swing.ImageIcon in new plugin
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-12-13
  • Updated: 2011-01-26
  • Resolved: 2008-06-27
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 b10Fixed
Related Reports
Relates :  
Relates :  
Description
The new plug-in touches the ImageIcon class in sun.plugin2.applet.Applet2Environment.initialize() as a workaround for bug 6482575, which has been fixed in 6u10. However, since the new plug-in needs to run on earlier releases, the workaround needs to stay in place, but should only be executed if the current Java version is less than 1.6.0_10.

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/deployment_data/6u10/6641564.0
14-12-2007

EVALUATION Conditionalized the workaround for 6482575. Not possible to write a regression test for this; according to -verbose:class logs, this class is still being pulled in, likely for reasons being investigated under 6594219.
14-12-2007