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

exception: GetAllThreads returns not yet running thread / GetThreadStatus chokes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.3.1
    • 1.3.0
    • vm-legacy
    • None
    • beta
    • generic, sparc
    • generic, solaris_7
    • Not verified

        This bug is caused by the combination of two JVMDI problems:

        GetAllThreads should only return running threads, however it is now
        returning newly created, not yet started threads.

        If, as is typical for any debugger, the debugger in question, queries
        the status of the returned threads, with GetThreadStatus, the
        GetThreadStatus function will return JVMDI_ERROR_INVALID_THREAD, when
        passed the new thread - this error bubbles up to the JDI level as
        an InternalError. This error should only be returned when what is
        passed is , in fact, not a thread at all. There is no good thread
        status to return, leaving JVMDI_THREAD_STATUS_UNKNOWN as the only
        option.

        Both problems should be fixed.
        robert.field@Eng 2000-10-12

              dcubed Daniel Daugherty
              rfield Robert Field (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: