-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
generic, x86, sparc
-
generic, linux, windows_98, windows_nt
-
Verified
Name: iaR10016 Date: 06/28/2001
JDK : JDK1.4.0 beta-b69
JCK : JCK1.4 b06
Platform[s] : RedHat Linux 6.2, Windows ME, Windows 98, Windows 2000
switch/Mode : -client -Xmixed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : vm/concepts/unicode/unicode001/unicode00102m1/unicode00102m1.html
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/vm/concepts/unicode/unicode001/unicode00102m1/uni00102.jcod
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/vm/concepts/unicode/unicode001/unicode00102m1/unicode00102m1.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b69/jck14/linux/redhat6.2_single_kde_client_headless_linux-12/workDir/vm/concepts/unicode/unicode001/unicode00102m1/unicode00102m1.jtr
How to reproduce:
====================
Run the following script under RedHat Linux 6.2
(probably, you need to change JCK and JAVA_HOME paths):
--------Script START---------------------
#!/bin/sh
JAVA_HOME=/net/jdk/export/disk8/local.java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.vm.concepts.unicode.unicode001.unicode00102m1.unicode00102m1"
$JAVA_HOME/bin/java -Xfuture ${executeClass}
RESULT="$?"
if [ $RESULT = 95 ]; then
echo Test passed
else
echo Test failed
fi
---------Script END----------------------
Test output:
=============
Unexpected exception was catched: java.lang.NoClassDefFoundError: javasoft/sqe/tests/vm/concepts/unicode/unicode001/unicode00102m1/uni??
Test failed
Specific Machine Info:
=====================
Hostname: linux-14
OS: RedHat Linux 6.2
Hostname: Linux-18
OS: Windows ME
======================================================================
- duplicates
-
JDK-4473954 Class.newInscance can't handle some specific Japanese named classes or pack
- Closed
-
JDK-4465142 Reflection fail (NoClassDefFoundError) when class name has international char.
- Closed