-
Bug
-
Resolution: Fixed
-
P3
-
2.0, 1.3.0
-
kestrel
-
x86
-
windows_nt
-
Not verified
Name: dkC59003 Date: 11/29/99
Both HotSpot 2.0rc1-f and 1.3fcs-P fail to pass nsk/jvmpi/GetCallTrace/calltr002
test from testbase_nsk.
When JVMPI_EVENT_CLASS_LOAD event is sent event->u.class_load.class_name field
contains the name which is equal to the real class name plus preceding L and
; at the end.
Classic provides class names as expected.
To reproduce the bug run doit.bat <jdk root directory> in
GammaBase/Bugs/<this bug number>
Running on winNT the test outputs:
java version "1.2.2"
Java HotSpot(TM) Server VM (2.0rc1, mixed mode, build F)
CLASS_LOAD: class_name = Lcalltr002;
======================================================================