psandoz [Mon, 02 Feb 2015 14:19:12 +0100] rev 28754
8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T>
Reviewed-by: alundblad, forax, chegar, jrose
psandoz [Mon, 02 Feb 2015 14:19:00 +0100] rev 28753
8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T>
Reviewed-by: lancea, chegar
psandoz [Mon, 02 Feb 2015 14:18:54 +0100] rev 28752
8048689: Clarify documentation on BaseStream.spliterator
Reviewed-by: lancea, chegar
rriggs [Fri, 30 Jan 2015 16:13:57 -0500] rev 28751
8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset
8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant
8062803: 'principal' should be 'principle' in java.time package description
8062796: java.time.format.DateTimeFormatter error in API doc example
Reviewed-by: lancea, mchung
rriggs [Fri, 30 Jan 2015 16:13:04 -0500] rev 28750
8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support
Summary: Clarify optional behavior and the exception thrown when not supported
Reviewed-by: dfuchs, martin
bpb [Fri, 30 Jan 2015 12:56:12 -0800] rev 28749
6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null
Summary: Throw IllegalArgumentException if the channel parameter is null
Reviewed-by: alanb
bpb [Fri, 30 Jan 2015 10:23:45 -0800] rev 28748
8067669: Documentation for methods in Number incomplete regarding too large values.
Summary: Remove statments about rounding and truncation from the *Valud() methods
Reviewed-by: rriggs, darcy, alundblad
katleman [Thu, 05 Feb 2015 11:43:33 -0800] rev 28747
Added tag jdk9-b49 for changeset 6e8154707178
duke [Wed, 05 Jul 2017 20:17:56 +0200] rev 28746
Merge
lana [Thu, 05 Feb 2015 15:44:19 -0800] rev 28745
Merge
dfuchs [Wed, 04 Feb 2015 17:12:03 +0100] rev 28744
8072450: 9-dev build failed on elinux-i586 and rlinux-i586
Summary: added LL suffix to constant declaration
Reviewed-by: dholmes, coleenp, sla
amurillo [Fri, 30 Jan 2015 16:56:05 -0800] rev 28743
Merge
minqi [Fri, 30 Jan 2015 10:52:25 -0800] rev 28742
Merge
sspitsyn [Thu, 29 Jan 2015 03:11:01 -0800] rev 28741
8008678: JSR 292: constant pool reconstitution must support pseudo strings
Summary: Keep orig idx from pseudo-string to UTF8, use 2nd lsb CPSlot to mark pseudo-string.
Reviewed-by: coleenp, jrose
Contributed-by: serguei.spitsyn@oracle.com
minqi [Thu, 29 Jan 2015 03:54:44 +0000] rev 28740
Merge