Name: poR10007 Date: 11/10/2000
HotSpot (JDK1.4.0beta-b35 - b39) crashes running simple test
on SPARCstation-10,-20. This test runs successfully on Ultra-1,2
machines and on WinNT and Win98.
This bug prevents to run javac and other tools.
The table below lists configurations passing or failing this test:
------------------------------------------------------------
| JDK | HotSpot |
------------------------------------------------------------
| | Sol/Ultra-2 | Sol/SPARC | WinNT | Win98 |
------------------------------------------------------------
| 1.4.0beta-b38 | + | - | + | + |
------------------------------------------------------------
| 1.4.0beta-b39 | + | - | + | + |
------------------------------------------------------------
| 1.3.0fcsC | + | + | + | + |
------------------------------------------------------------
| 1.3.1-b06 | + | + | + | + |
------------------------------------------------------------
--Test.java-------------------------------------------------------
public class Test {
public static void main(String args[]) {}
}
------------------------------------------------------------------
--Execution log---------------------------------------------------
$ uname -a
SunOS novo86 5.7 Generic_Patch sun4m sparc SUNW,SPARCstation-20
$ jdk1.3.0fcsC/solaris/bin/javac -d . Test.java
$ /export/ld25/java/dest/jdk1.4.0beta-b39/solsparc/bin/java -version
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b39)
Java HotSpot(TM) Client VM (build 1.4beta-B39, mixed mode)
$ jdk1.4.0beta-b39/solsparc/bin/java -cp . Test
#
# HotSpot Virtual Machine Error, Unexpected Signal 4
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F534F4C415249530E43505007C2 01
#
# Problematic Thread: prio=5 tid=0x283c8 nid=0x1 runnable
#
Abort (core dumped)
------------------------------------------------------------------
======================================================================