-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta
-
sparc
-
solaris_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2031165 | 1.4.0 | Daniel Daugherty | P4 | Closed | Fixed | beta |
Name: dkC59003 Date: 01/10/2000
HotSpot 1.3fcs-S (solaris) fails the test nsk/jvmpi/EnableEvent/enablev006 from
testbase_nsk.
JVMPI spec states that JVMPI_EVENT_METHOD_ENTRY2 event's field obj_id
is "the target object, NULL for static methods".
However, HotSpot 1.3fcs-S (solaris) issues JVMPI_EVENT_METHOD_ENTRY2
event corresponding to the static method that contains a value different
from NULL in it's obj_id field.
Both classic VM and win32 HS version pass the test.
To reproduce the bug run
doit.sh <jdk root directory>
in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>
Log follows:
$ 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)
For static method meth01 obj_id != NULL
======================================================================
- backported by
-
JDK-2031165 METHOD_ENTRY2: object ID is not NULL for static method
-
- Closed
-
- relates to
-
JDK-4614956 enablev006: JVMPI_EVENT_OBJECT_ALLOC request crashes Server VM
-
- Resolved
-