Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4292726

JVMPI: GetThreadStatus erroneously returns THREAD_SUSPENDED bit

XMLWordPrintable

    • 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

      ======================================================================

            smitrovisunw Srdjan Mitrovic (Inactive)
            dkhukhrosunw Dmitry Khukhro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: