RFR: 8318573: The nsk.share.jpda.SocketConnection should fail if socket was closed. [v2]

Chris Plummer cjplummer at openjdk.org
Fri Oct 20 16:24:38 UTC 2023


On Fri, 20 Oct 2023 15:15:34 GMT, Leonid Mesnik <lmesnik at 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


More information about the serviceability-dev mailing list