Roger Riggs
|
445c99ec2b
|
8167166: Java API docs mention a non-existent method getNanosOfSecond
Reviewed-by: naoto
|
2016-10-14 17:15:11 -04:00 |
|
Bhanu Prakash Gopularam
|
9717ec036b
|
8159616: java.time.Instant falls through switch statement
Removed the unneeded case statement INSTANT_SECONDS
Reviewed-by: rriggs, scolebourne
|
2016-07-04 10:50:28 +00:00 |
|
Brian Burkhalter
|
3497da36a2
|
8023217: Additional floorDiv/floorMod/multiplyExact methods for java.lang.Math
Add new methods with long, int signatures.
Reviewed-by: darcy, scolebourne
|
2015-09-29 17:28:44 -07:00 |
|
Ivan Gerasimov
|
fcf085c678
|
8156661: Handful of typos in javadoc
Reviewed-by: prappo, rriggs
|
2016-05-10 17:16:55 +03:00 |
|
Abhijit Roy
|
9057c75425
|
8151868: Typo in java.time.Instant until(Temporal endExclusive, TemporalUnit unit)
Reviewed-by: rriggs, lancea, scolebourne
|
2016-03-23 19:57:42 +05:30 |
|
Nadeesh TV
|
85378470d9
|
8134928: java.time.Instant.truncatedTo(TemporalUnit unit) is truncating up if the year < 1970
Reviewed-by: rriggs, scolebourne
|
2015-10-20 13:10:28 -04:00 |
|
Roger Riggs
|
e2f7de320c
|
8133022: Instant.toEpochMilli() silently overflows
Reviewed-by: lancea, chegar, simonis, dfuchs, igerasim
|
2015-08-06 14:35:04 -04:00 |
|
Daniel Fuchs
|
9b5f69fa24
|
8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
Instant.toEpochMilli() now takes into account the sign of the 'seconds' field.
Reviewed-by: rriggs, scolebourne
|
2015-03-02 14:46:10 +01:00 |
|
Chris Hegarty
|
3bc69d393d
|
8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
|
2014-08-17 15:54:13 +01:00 |
|