On Fri, 20 Oct 2023 15:15:34 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
>> test/hotspot/jtreg/vmTestbase/nsk/share/jpda/SocketConnection.java line 520: >> >>> 518: return doReadObject(); >>> 519: } catch (EOFException e) { >>> 520: e.printStackTrace(logger.getOutStream()); >> >> I don't see this in the .jtr log you provided. Where does it appear? > > The line with results contains it: TEST RESULT: Failed. Execution failed: > `main' threw exception: nsk.share.Failure: Caught EOFException while reading > an object from PipeIO Listener Thread connection. Check if debugee process is > exited (crashed, killed) before responded. That's the exception message. I was referring to the exception stack trace. Where does it appear in the output? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16280#discussion_r1367214943