RFR: 8273369: Computing micros between two instants unexpectedly overflows for some cases [v6]

Roger Riggs rriggs at openjdk.java.net
Wed Sep 8 18:07:09 UTC 2021


On Wed, 8 Sep 2021 17:40:29 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.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Corrected the calculation for MILLIS as well.

Marked as reviewed by rriggs (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/5396


More information about the core-libs-dev mailing list