-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.3.0
-
sparc
-
solaris_7
Name: icC57033 Date: 02/24/2000
The Hotspot VM 1.3.0rc1-U for Solaris fails the test
nsk/jvmdi/ClearBreakpoint/clrbrk004
from
testbase_nsk
To reproduce the bug run Korn shell script
doit.ksh <jdk_root_directory>
in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>
The script produces the output:
java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-U)
Java HotSpot(TM) Client VM (build 1.3.0rc1-U, interpreted mode)
-------------------------- java ---------------------------------
Setting clrbrk004_EventHook as event hook.
######## JVMDI_EVENT_VM_INIT ########
____ Set breakpoint ____
clazzname=clrbrk004a
methodname=trial1
methodsig=()I
location=0
java.lang.OutOfMemoryError
____ Clear breakpoint ____
clazzname=clrbrk004a
methodname=trial1
methodsig=()I
location=0
######## JVMDI_EVENT_VM_DEATH ########
exit 95
-------------------------- java_g -------------------------------
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
#
# assert(is_native() && bci == 0 || 0 <= bci && bci < code_size(), "illegal bci")
#
# Error happened during: scavenge
#
# Error ID:
/usr/re/hotsparc_client1.3/ws/solsparc/hotsparc_client1.3fcs/build/solaris/../../src/share/vm/oops/methodOop
.cpp, 206 [ Patched ]
#
Dumping core....
./doit.ksh[48]: 4809 Abort
exit 134
-------------------------- java -classic ------------------------
Setting clrbrk004_EventHook as event hook.
######## JVMDI_EVENT_VM_INIT ########
____ Set breakpoint ____
clazzname=clrbrk004a
methodname=trial1
methodsig=()I
location=0
java.lang.OutOfMemoryError
____ Clear breakpoint ____
clazzname=clrbrk004a
methodname=trial1
methodsig=()I
location=0
######## JVMDI_EVENT_VM_DEATH ########
exit 95
======================================================================
- relates to
-
JDK-4433330 HS1.4(sparc) crashes with assertion at methodOop.cpp, 143
-
- Closed
-