JDK-4115121 : (i18n) jvm throws exception when class name contains multibyte character
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 1998-02-25
  • Updated: 1998-07-01
  • Resolved: 1998-07-01
Related Reports
Duplicate :  
Description
STEPS: Solaris JDK 1.2 beta3 "H"

1. untar and compile attached java file. Class name contains multibyte string (EUCJIS).
2. java ������������
throws
java.lang.ClassFormatError: }} (Wrong name)

koushi.takahashi@japan 1998-02-25

Comments
EVALUATION known issue. We should somehow convert the platform encoding into UTF8 class name. sheng.liang@Eng 1998-03-02
02-03-1998