Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8199811 com/sun/jdi/ProcessAttachTest.java fails intermittently: Remote thread failed for unknown reason
  3. JDK-8205719

Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • core-svc
    • None
    • b20
    • windows

        Java_sun_tools_attach_VirtualMachineImpl_enqueue() on Windows calls GetExitCodeThread() to get the exitCode. If it is not ERR_OPEN_JVM_FAIL or ERR_GET_ENQUEUE_FUNC_FAIL, it throws the following exception:

          java.lang.InternalError: Remote thread failed for unknown reason

        It would be useful for debugging purpose if this exception included the GetExitCodeThread() result.

              cjplummer Chris Plummer
              cjplummer Chris Plummer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: