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

Leonid Mesnik lmesnik at openjdk.org
Fri Oct 20 15:19:53 UTC 2023


On Fri, 20 Oct 2023 04:49:22 GMT, Chris Plummer <cjplummer at 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.plummer at 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


More information about the serviceability-dev mailing list