commit | c1ac9cd31ac4888700725d7e680215b2f093d92a | [log] [tgz] |
---|---|---|
author | igerasim <none@none> | Sat Aug 08 03:23:52 2015 +0300 |
committer | igerasim <none@none> | Sat Aug 08 03:23:52 2015 +0300 |
tree | a773d31664510a8e2224779c90064088a3a66297 | |
parent | 33aea3eed6ec3b6ce13e3e7f27f91914b691efcf [diff] |
8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli() Summary: Instant.toEpochMilli() now takes into account the sign of the 'seconds' field. Reviewed-by: rriggs, scolebourne