RFR: 8262094: Handshake timeout scaled wrong
David Holmes
dholmes at openjdk.java.net
Mon Feb 22 07:49:46 UTC 2021
On Sun, 21 Feb 2021 18:46:46 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> Parameter HandshakeTimeout is in milliseconds.
> Internally we use nanoseconds.
> HandshakeTimeout must be scaled to nanoseconds.
>
> Passes T1
Hi Robbin,
This change seems much clearer, but to be clear the actual result is the same as the "counter" tracks nanoseconds.
This counts as a trivial change IMO.
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2666
More information about the hotspot-runtime-dev
mailing list