-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
sparc
-
solaris_8
-
Verified
Name: elR10090 Date: 04/03/2001
The Hotspot VM build 1.4beta-B58 for Sparc/Sparcv9 fails the following
tests from testbase_nsk:
nsk/jvmdi/ClearBreakpoint/clrbrk004
nsk/jvmdi/SetBreakpoint/setbrk006
The first test crashes both Client and Server VM, but the second
test crashes only Server VM.
Both tests passes the Hotspot VM build 1.3.1beta-b19 in all modes.
To reproduce the bug run in GammaBase/Bugs/<this bug number>
directory for clrbrk004:
sh doit1.sh <JDK root directory> <Java options>
and for setbrk006:
sh doit2.sh <JDK root directory> -server
Running the clrbrk004 test output:
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b58)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b58-debug, interpreted mode)
Setting clrbrk004_EventHook as event hook.
######## JVMDI_EVENT_VM_INIT ########
____ Set breakpoint ____
clazzname=clrbrk004a
methodname=trial1
methodsig=()I
location=0
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(is_native() && bci == 0 || 0 <= bci && bci < code_size(), "illegal bci")
#
# Error happened during: generation collection for allocation
#
# Error ID: /usr/re/hotspot/hotspot1.4/ws/solsparc/hotspot1.4beta/src/share/vm/oops/methodOop.cpp,
143 [ Patched ]
#
# Problematic Thread: prio=5 tid=0xc2910 nid=0x4 runnable
#
Dumping core....
Abort
Exit Code: 134
Running the setbrk006 test produces similar output.
This crash looks like a regression of the bug 4315284.
See also the bug 4397112.
======================================================================
- duplicates
-
JDK-4433338 JvmdiBreakpoint::getCacheValue called during GC would crash VM
- Closed
- relates to
-
JDK-4397112 test clrall001 crashes with assertion at space.cpp, 588
- Closed
-
JDK-4886833 jvm crashes without any error message
- Closed
-
JDK-4315284 assert(is_native() && bci == 0 || 0 <= bci && bci < code_size(), "illegal bci")
- Closed