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

Naoto Sato naoto at openjdk.java.net
Wed Sep 8 00:36:29 UTC 2021


> 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:

  Added comments for the test.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5396/files
  - new: https://git.openjdk.java.net/jdk/pull/5396/files/bbd6abc3..ccf73bf7

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5396&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5396&range=03-04

  Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5396.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5396/head:pull/5396

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


More information about the core-libs-dev mailing list