RFR: 7903730: Enhance the agentvm to be tolerant to unexpected connection on the port the Agent listens on for handshake with the AgentServer [v2]

Jaikiran Pai jpai at openjdk.org
Mon May 20 13:54:24 UTC 2024


On Mon, 20 May 2024 13:47:46 GMT, Ludvig Janiuk <lujaniuk at openjdk.org> wrote:

>> Jaikiran Pai has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - fix comments
>>  - milliseconds instead of milli seconds
>
> src/share/classes/com/sun/javatest/regtest/exec/Agent.java line 237:
> 
>> 235:     // Socket is returned. if the read bytes don't match the expected handshake bytes
>> 236:     // or if the read times out after accept()ing an connection, then this method
>> 237:     // closes the accepted connection and returns null.
> 
> Please capitalize the comments.

Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jtreg/pull/195#discussion_r1606811122


More information about the jtreg-dev mailing list