RFR: 8273369: Computing micros between two instants unexpectedly overflows for some cases
Lance Andersen
lancea at openjdk.java.net
Tue Sep 7 18:36:38 UTC 2021
On Tue, 7 Sep 2021 18:18:49 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Please review the fix to the issue. Avoiding overflow by not calling nanosUntil() directly, which will overflow beyond Long.MAX_VALUE difference in nano unit.
Looks OK to me
-------------
Marked as reviewed by lancea (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5396
More information about the core-libs-dev
mailing list