-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.3.0
-
x86
-
windows_nt
Name: dkC59003 Date: 11/09/99
HotSpot Kestrel 1.3fcs-O JVMPI function GetThreadObject seems to return
a wrong object for Signal Dispatcher thread.
To reproduce the bug run doit.bat in
GammaBase/Bugs/<this bug number>
Classic works OK (doit -classic).
Running on HS 1.3fcs-O the test outputs:
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-N)
Java HotSpot(TM) Client VM (build 1.3-O, mixed mode)
Thread Signal Dispatcher: object: 135332112
env_id expected: 7842748, got: 7805020
Wrong thread object for the thread Signal Dispatcher
Thread main: object: 135332112
env_id expected: 7805020, got: 7805020
======================================================================