Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206045 | 12 | Chris Plummer | P4 | Resolved | Fixed | team |
JDK-8206639 | 11.0.1 | Chris Plummer | P4 | Resolved | Fixed | b01 |
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.
java.lang.InternalError: Remote thread failed for unknown reason
It would be useful for debugging purpose if this exception included the GetExitCodeThread() result.
- backported by
-
JDK-8206045 Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message
-
- Resolved
-
-
JDK-8206639 Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message
-
- Resolved
-
- relates to
-
JDK-8199811 com/sun/jdi/ProcessAttachTest.java fails intermittently: Remote thread failed for unknown reason
-
- Resolved
-