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:46:46 GMT, Ludvig Janiuk <lujaniuk at openjdk.org> wrote:
>> 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.
Hello Ludvig, I think it was me who introduced that log message in the first place (in some previous integrated code). I've fixed it now and updated the PR.
-------------
PR Review Comment: https://git.openjdk.org/jtreg/pull/195#discussion_r1606807074
More information about the jtreg-dev
mailing list