-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
rc2
-
x86
-
windows_nt
-
Not verified
Name: icC57033 Date: 03/03/2000
The Hotspot VM build 1.4merlin-internal-release for win32 fails the test
nsk/jvmpi/RequestEvent/reqevent001
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.4merlin-internal-release, mixed mode)
-------------------------- java ---------------------------------
JVMPI_MONITOR_JAVA, entry_count=1
number of threads waiting to enter=0
number of threads waiting to be notified=1
...
JVMPI_MONITOR_RAW "RawMonitor 0"(0x778a80), entry_count=0
number of threads waiting to enter=0
number of threads waiting to be notified=0
exit 95
-------------------------- java_g -------------------------------
JVMPI_MONITOR_JAVA, entry_count=1
number of threads waiting to enter=0
number of threads waiting to be notified=1
...
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(owner() == Thread::current(), "recursive unlocking but wrong owner")
#
# Error happened during: post JVMPI monitor dump
#
# Error ID: L:\ws\hotspot\main\baseline-dev\src\share\vm\runtime\mutex.cpp, 330
#
# Problematic Thread: prio=5 tid=0x778088 nid=0x25b runnable
#
exit 1
-------------------------- java -classic ------------------------
JVMPI_MONITOR_JAVA, entry_count=0
number of threads waiting to enter=0
number of threads waiting to be notified=1
...
exit 95
======================================================================
- relates to
-
JDK-4311308 JVMPI_EVENT_MONITOR_DUMP is wrong or has missing info
-
- Closed
-