-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_05
-
05
-
x86
-
linux_suse_sles_8
Bug 4825523 is failed for 1.4.2_05-b02, but passed for 1.4.2_05-b01 on SuSE SLES-8.1.
How to reproduce:
----------------
Run 4825523 testcase under regression workspace (/net/shiva.sfbay/test/MyTestArea/JDK1.4.2/workspace_142/test/CTE_REGTEST/Generic/4825523). you will see the following output.
Behavior with 1.4.2_05-b02:
--------------------------
/usr/j2sdk1.4.2_05/bin/java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b02)
Java HotSpot(TM) Client VM (build 1.4.2_05-b02, mixed mode)
/usr/j2sdk1.4.2_05/bin/java -jar test.jar
Invalid or corrupt jarfile test.jar
Behavior with 1.4.2_05-b01:
--------------------------
/export/updates/regressions/j2sdk1.4.2_05/bin/java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b01)
Java HotSpot(TM) Client VM (build 1.4.2_05-b01, mixed mode)
/usr/j2sdk1.4.2_05/bin/java -jar test.jar
Exception in thread "main" java.lang.NoSuchMethodError: main
(Which is expected Exception by the testcase)
###@###.### 2004-05-19
How to reproduce:
----------------
Run 4825523 testcase under regression workspace (/net/shiva.sfbay/test/MyTestArea/JDK1.4.2/workspace_142/test/CTE_REGTEST/Generic/4825523). you will see the following output.
Behavior with 1.4.2_05-b02:
--------------------------
/usr/j2sdk1.4.2_05/bin/java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b02)
Java HotSpot(TM) Client VM (build 1.4.2_05-b02, mixed mode)
/usr/j2sdk1.4.2_05/bin/java -jar test.jar
Invalid or corrupt jarfile test.jar
Behavior with 1.4.2_05-b01:
--------------------------
/export/updates/regressions/j2sdk1.4.2_05/bin/java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b01)
Java HotSpot(TM) Client VM (build 1.4.2_05-b01, mixed mode)
/usr/j2sdk1.4.2_05/bin/java -jar test.jar
Exception in thread "main" java.lang.NoSuchMethodError: main
(Which is expected Exception by the testcase)
###@###.### 2004-05-19
- relates to
-
JDK-4825523 JVM crashes w/ SEGV when trying to execute Java code > 64 kB
-
- Closed
-