JDK-6631934 : Kernel installation failed on Japanese and Chinese XP SP2
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u10
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-11-20
  • Updated: 2010-09-08
  • Resolved: 2008-01-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
6u10 b10Fixed
Related Reports
Relates :  
Description
bundle installed: from Java Kernel Installer was: jre-6u10-ea-windows-i586-p-iftw-k.exe from 6u10 b07
platform: 1. enabled T.Chinse Windows XP, SP2
          2. localized Chinese and Japanese

To reproduce:
1.follow 1.1 testing under Stand alone Java Kernel testing on http://web-east.east/www/tests/getjava/wat/
2. upon finishing installation,
click on http://www.babynamewizard.com/namevoyager/lnv0105.html
IE crashes 

This might be related to bug 6631587

Comments
EVALUATION There were two major issues here: 1) The native code wasn't dealing with DBCS characters correctly in a number of spots. 2) There were a couple spots in jni_util.c which were invoking the charsets earlier than they could be safely downloaded. These will be changed to use the underlying platform's native Unicode conversions.
05-12-2007