-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
sparc
-
solaris_7
Name: icR10030 Date: 05/16/2000
The HotSpot Client VM (Solaris_JDK_1.3-b15, build 1.3-internal) fails the tests
nsk/jvmdi/ClearBreakpoint/clrbrk001
nsk/regression/b4289109
nsk/regression/b4289162
from
testbase_nsk
See comments from ###@###.###:
"...
For the breakpoint related tests, these are failing because we fixed
a different bug on Solaris (where UseFastBreakpoints is enabled). I
looked into UseFastBreakpoints on Friday before I left CA. I don't
like what I see and I'm going to ask about disabling the feature on
Solaris until I'm happy with it. Please file a new "fast breakpoints"
are broken as a P3 including the following tests:
nsk/jvmdi/ClearBreakpoint/clrbrk001
nsk/regression/b4289109
nsk/regression/b4289162
Normally, I would file regressions as P2, but when UseFastBreakpoints
is disabled, I expect these tests to pass.
..."
To reproduce the bug run
doit.ksh <jdk root directory>
in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>
The test produces the output:
java version "1.3"
Java(TM) 2 Runtime Environment, Standard Edition (build Solaris_JDK_1.3-b15)
Java HotSpot(TM) Client VM (build 1.3-internal, mixed mode)
------------------------ java -------------------------------
/export/ld24/java/hotspot/Solaris_JDK_1.3-b15-dan/bin/java -Xdebug -Xnoagent
-Xrunclrbrk001 clrbrk001
Setting clrbrk001_EventHook as event hook.
######## JVMDI_EVENT_VM_INIT ########
JVMDI_EVENT_BREAKPOINT count:
Expected 2
Actual 1
######## JVMDI_EVENT_VM_DEATH ########
exit 97
------------------------ java_g ---------------------------------
/export/ld24/java/hotspot/Solaris_JDK_1.3-b15-dan/bin/java_g -Xdebug -Xnoagent
-Xrunclrbrk001 clrbrk001
Setting clrbrk001_EventHook as event hook.
######## JVMDI_EVENT_VM_INIT ########
JVMDI_EVENT_BREAKPOINT count:
Expected 2
Actual 1
######## JVMDI_EVENT_VM_DEATH ########
exit 97
------------------------ java -classic --------------------------
/export/ld24/java/hotspot/Solaris_JDK_1.3-b15-dan/bin/java -classic -Xdebug
-Xnoagent -Xrunclrbrk001 clrbrk001
Setting clrbrk001_EventHook as event hook.
######## JVMDI_EVENT_VM_INIT ########
JVMDI_EVENT_BREAKPOINT count:
Expected 40000
Actual 40000
######## JVMDI_EVENT_VM_DEATH ########
exit 95
======================================================================
- duplicates
-
JDK-4337667 crash (sig 11) on second invocation of a breakpoint
- Closed