| Other | Other |
|---|---|
| 1.3.1 rc1Fixed | 1.4.0Fixed |
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
Name: icR10030 Date: 04/27/2000
The Hotspot VM both build 1.3.0-B and build 1.3-b12 for Solaris
(both java and java_g) intermittently fails the test
nsk/jvmpi/events/mncntenter001
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.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-B)
Java HotSpot(TM) Client VM (build 1.3.0-B, interpreted mode)
------------------------ java -------------------------------
/export/ld24/java/hotspot/jdk1.3.0/solaris/bin/java -Xrunmncntenter001
mncntenter001
------------ JVMPI_EVENT_JVM_INIT_DONE ------------
########### threads count: 32 ############
Event: JVMPI_EVENT_GC_START
Event: JVMPI_EVENT_GC_FINISH
Try suspend threads
Event: JVMPI_EVENT_MONITOR_CONTENDED_ENTER
Record type: JVMPI_GC_INSTANCE_DUMP(dump of a normal object), jobjectID:
0xF99687C0
...
...
Event: JVMPI_EVENT_MONITOR_CONTENDED_ENTER
Record type: JVMPI_GC_INSTANCE_DUMP(dump of a normal object), jobjectID:
0xF9971D78
Check threads's states
OK
Event: JVMPI_EVENT_GC_START
Event: JVMPI_EVENT_GC_FINISH
------------ JVMPI_EVENT_JVM_SHUT_DOWN ------------
exit 95
------------------------ java_g ---------------------------------
/export/ld24/java/hotspot/jdk1.3.0/solaris/bin/java_g -Xrunmncntenter001
mncntenter001
------------ JVMPI_EVENT_JVM_INIT_DONE ------------
########### threads count: 32 ############
Event: JVMPI_EVENT_GC_START
Event: JVMPI_EVENT_GC_FINISH
Try suspend threads
Event: JVMPI_EVENT_MONITOR_CONTENDED_ENTER
Record type: JVMPI_GC_INSTANCE_DUMP(dump of a normal object), jobjectID:
0xF91687D0
...
...
Event: JVMPI_EVENT_MONITOR_CONTENDED_ENTER
Record type: JVMPI_GC_INSTANCE_DUMP(dump of a normal object), jobjectID:
0xF916CF48
OK
Event: JVMPI_EVENT_GC_START
Event: JVMPI_EVENT_GC_FINISH
########### threads count: 128 ############
Event: JVMPI_EVENT_GC_START
Event: JVMPI_EVENT_GC_FINISH
Try suspend threads
Event: JVMPI_EVENT_MONITOR_CONTENDED_ENTER
Record type: JVMPI_GC_INSTANCE_DUMP(dump of a normal object), jobjectID:
0xF916BE48
...
...
Event: JVMPI_EVENT_MONITOR_CONTENDED_ENTER
Record type: JVMPI_GC_INSTANCE_DUMP(dump of a normal object), jobjectID:
0xF9170C48
...
...
hangs...
======================================================================
|