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

Ludvig Janiuk lujaniuk at openjdk.org
Mon May 20 13:54:24 UTC 2024


On Mon, 20 May 2024 13:45:15 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 193:
> 
>> 191:                 Socket s = null;
>> 192:                 for (int i = 0; i < maxAcceptAttempts; i++) {
>> 193:                     log("Waiting up to " + ACCEPT_TIMEOUT + " milli seconds for a" +
> 
> Typo: milliseconds.

Oh, nevermind, it's not new.

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

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


More information about the jtreg-dev mailing list