Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2117751 | 1.4.1 | Michael Paleczny | P4 | Resolved | Fixed | hopper |
azeem@slo(1)$ $JP/bin/java_g -server -Xcomp -version
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.0-rc-b91-debug compiled mode)
#
# assert(block != 0, "Must have had at least one input to phi")
#
# Error ID: /export/home3/jdk/jdk1.4/ws/hotspot/src/share/vm/opto/gcm.cpp, 356 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x131c20 nid=0xb runnable
#
Dumping core....
Abort(coredump)
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.0-rc-b91-debug compiled mode)
#
# assert(block != 0, "Must have had at least one input to phi")
#
# Error ID: /export/home3/jdk/jdk1.4/ws/hotspot/src/share/vm/opto/gcm.cpp, 356 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x131c20 nid=0xb runnable
#
Dumping core....
Abort(coredump)
- backported by
-
JDK-2117751 B91 java_g -server -Xcomp version problematic
- Resolved