JDK-6556332 : Medialib code should be separated out form the awt.dll
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-05-11
  • Updated: 2011-03-07
  • Resolved: 2011-03-07
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 JDK 7
6u4Fixed 7 b17Fixed
Description
Medialib code occupies significant part (approximately 620K of1.6M) of awt.dll,
but seems to be rarely used by typical applications.

This code should be moved to separate library in order to reduce size of awt.dll.

Comments
EVALUATION Solution is to move medialib code to separate library on windows platform. Besides this, this fix eliminates static linkage between awt libraries and medialib library on solaris and linux platforms.
21-06-2007