-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
kestrel
-
x86
-
windows_nt
-
Not verified
Name: dkC59003 Date: 11/18/99
HotSpot Kestrel 1.3fcs-O JVMPI function GetThreadStatus returns invalid value
for a thread which is suspended with SuspendThread function.
JVMPI spec states: "The JVMPI functions SuspendThread and ResumeThread have no
affect on the status returned by GetThreadStatus". However, this function
returns the value with the bit JVMPI_THREAD_SUSPENDED set after SuspendThread
invoked.
If the line with SuspendThread invocation is commented out then the bit is not
set, though the returned value is nonetheless incorrect (see bug report #4289494)
To reproduce the bug run doit.bat in
GammaBase/Bugs/<this bug number>
Classic passes the test (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-O)
Java HotSpot(TM) Client VM (build 1.3-O, mixed mode)
Thread thr1 (7828092) after SuspendThread: status expected: 2, got: 0x8001
Thread thr1 (7828092) after ResumeThread: status expected: 2, got: 0x8001
======================================================================
- relates to
-
JDK-4289494 JVMPI: GetThreadStatus returns THREAD_RUNNABLE instead of MONITOR_WAIT
-
- Closed
-
-
JDK-4293487 JVMPI: assertion failure: "A Java thread must hold threads lock"
-
- Closed
-
-
JDK-4293491 GetThreadStatus returns invalid status after SuspendThread
-
- Closed
-