JDK-4200310 : In 1.2fcs some sun.io classes are duplicated between rt.jar and i18n.jar
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 1999-01-02
  • Updated: 1999-06-03
  • Resolved: 1999-06-03
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.
Other
1.3.0 betaFixed
Related Reports
Relates :  
Relates :  
Description
The following converter classes are in both rt.jar and i18n.jar.  They
should only be in rt.jar.  The fix is to remove these from
ext/i18n/build/share/sun_io.jmk.

  sun/io/ByteToCharConverter.class
  sun/io/ByteToCharSingleByte.class
  sun/io/CharToByteSingleByte.class
  sun/io/ByteToCharCp1252.class
  sun/io/CharToByteISO8859_1.class
  sun/io/CharToByteConverter.class
  sun/io/CharToByteCp1252.class

To verify that there are indeed duplicated, run this script:

  cd /usr/local/java/jdk1.2/solaris/jre/lib
  zipinfo -1 rt.jar   >  /tmp/dup-list
  zipinfo -1 i18n.jar >> /tmp/dup-list
  grep '\.class$' /tmp/dup-list | sort | uniq -c | grep -v '^   1'

anand.palaniswamy@Eng 1999-01-02

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: kestrel FIXED IN: kestrel-beta INTEGRATED IN: kestrel-beta
14-06-2004

EVALUATION Evaluated.
11-06-2004