Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: 11
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: