On Fri, 20 Oct 2023 04:49:22 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update test/hotspot/jtreg/vmTestbase/nsk/share/jpda/SocketConnection.java >> >> Co-authored-by: Chris Plummer <chris.plum...@oracle.com> > > 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16280#discussion_r1367131278