-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
kestrel
-
x86
-
windows_nt
-
Not verified
Name: dkC59003 Date: 11/19/99
HotSpot Kestrel 1.3fcs-P JVMPI function GetThreadStatus does not set
appropriate bits in the status value for threads suspended (by
java.lang.Thread.suspend) or interrupted as the spec states.
Classic also fails the test.
To reproduce the bug run doit.bat in
GammaBase/Bugs/<this bug number>
Running on HS 1.3fcs-P the test outputs:
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-O)
Java HotSpot(TM) Client VM (build 1.3-P, mixed mode)
Thread thr1 (7838496), status 2: bit is not set: 0x8000
Thread thr2 (7836752), status 2: bit is not set: 0x4000
======================================================================