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

(JDWP) ThreadReference.OwnedMonitorsStackDepthInfo returns invalid error when passed thread is null

XMLWordPrintable

    • b17
    • generic
    • generic
    • Verified

        The JDWP 1.6 specification at:
          http://java.sun.com/javase/6/docs/platform/jpda/jdwp/jdwp-protocol.html#JDWP_ThreadReference_OwnedMonitorsStackDepthInfo
        states as follows:
          ...
          INVALID_THREAD Passed thread is null, is not a valid thread or has exited.
          ...

        However, test shows that if passed thread reference is null then the ThreadReference.OwnedMonitorsStackDepthInfo command
        returns NOT_SUSPENDED error code instead of INVALID_THREAD.

        Note that this command returns correct INVALID_THREAD error code:
          - for non-thread object reference (not a valid thread)
          - for a thread which has exited but was suspended before.

              jjh James Holmlund (Inactive)
              ygaevsky Yuri Gaevsky (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: