Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038857 | 1.4.0 | Steve Dever | P2 | Resolved | Fixed | beta |
Name: bcc120455 Date: 11/24/2000
HotSpot VM Error while launching the java compiler (javac)
with any java program in Solaris2.6, Intel on b09 LadyBird build on
Server VM
Steps to Reproduce :
1. Install the latest LadyBird b09 build for Solaris, x86 on any Intel
machine
2. cd b09_build_home/jre/lib
3. open the file jvm.cfg
4. change the jvm.cfg file to point to server VM
2. set PATH to point to the b09 build
3. launch the java compiler with any java program by typing javac
Test.java at the command prompt
4. where Test.java is any java source file
5. The following exception is thrown,
#
# HotSpot Virtual Machine Error, Unexpected Signal 4
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F534F4C415249530E43505007AE
#
# Problematic Thread: prio=5 tid=0x8050598 nid=0x1 runnable
#
Abort (core dumped)
6. The java compiler works fine on Intel Solaris 7 and Solaris 8 with
LadyBird b09 build on Server VM.
======================================================================
Name: bcc120455 Date: 12/07/2000
In b11 LadyBird build also same error through as earlier
#
# HotSpot Virtual Machine Error, Unexpected Signal 4
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F534F4C415249530E4350500809
#
# Problematic Thread: prio=5 tid=0x8050598 nid=0x1 runnable
#
And same type of error is through in windows 95 b11 LadyBird build
on Server VM.
#
# HotSpot Virtual Machine Error, EXCEPTION_ILLEGAL_INSTRUCTION
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F57494E13120E4350500349
#
# Problematic Thread: prio=5 tid=0x6a1a70 nid=0xfffc7ddf initialized
#
The configuration of windows 95 machine is pentium MMX 166 MHz ,32 MB
RAM
======================================================================
- backported by
-
JDK-2038857 HotSpot VM Error while launching the java compiler in server mode
- Resolved