-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
beta
-
sparc
-
solaris_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2031164 | 1.4.0 | Karen Kinnear | P3 | Closed | Fixed | beta |
Name: dkC59003 Date: 01/10/2000
HotSpot 1.3fcs-S (solaris) do not send
JVMPI_EVENT_RAW_MONITOR_CONTENDED_EXIT while running nsk/jvmpi/EnableEvent/enablev002
test from testbase_nsk.
When running on win32 version, profiling agent receives all
expected notifications.
To reproduce the bug run
doit.sh <jdk root directory>
in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>
Logs follow:
$ doit.sh /export/ld24/java/hotspot/jdk1.3.0/solaris
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-R)
Java HotSpot(TM) Client VM (build 1.3-S, interpreted mode)
1: started
1: after rawMonEnt()
2: started
Notification: event_type = 51
1: after sleep(500)
1: after rawMonExt()
Notification: event_type = 52
2: after rawMonEnt()
2: after sleep(500)
2: after rawMonExt()
Running the test on Windows NT (doit.bat <jdk root directory>):
G:\ld24\java\dima\Bugs\enablev002.1>doit g:\ld24\java\hotspot\jdk1.3.0\win32
....
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-R)
Java HotSpot(TM) Client VM (build 1.3-internal, mixed mode)
1: started
1: after rawMonEnt()
2: started
Notification: event_type = 51
1: after sleep(500)
Notification: event_type = 53
1: after rawMonExt()
Notification: event_type = 52
2: after rawMonEnt()
2: after sleep(500)
Notification: event_type = 53
2: after rawMonExt()
======================================================================
- backported by
-
JDK-2031164 no JVMPI_EVENT_RAW_MONITOR_CONTENDED_EXIT
-
- Closed
-