duke [Wed, 05 Jul 2017 21:18:48 +0200] rev 35719
Merge
ascarpino [Mon, 08 Feb 2016 13:09:16 -0800] rev 35718
8098581: SecureRandom.nextBytes() hurts performance with small size requests
Reviewed-by: valeriep
bpb [Mon, 08 Feb 2016 10:46:42 -0800] rev 35717
8064466: (fs spec) Files.readAttributes(Path, String, LinkOption...) not clear when called with zero attributes
Summary: Change specification to indicate "one or more" instead of "zero or more" attributes.
Reviewed-by: alanb
mhaupt [Mon, 08 Feb 2016 17:37:46 +0100] rev 35716
8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods
Reviewed-by: psandoz, vlivanov, mhaupt
Contributed-by: Shilpi Rastogi <shilpi.rastogi@oracle.com>
ntv [Mon, 08 Feb 2016 09:56:26 -0500] rev 35715
8146747: java.time.Duration.toNanos() and toMillis() exception on negative durations
Reviewed-by: rriggs, scolebourne
tvaleev [Mon, 08 Feb 2016 15:33:53 +0100] rev 35714
8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance()
Reviewed-by: psandoz
tvaleev [Mon, 08 Feb 2016 10:40:00 +0100] rev 35713
8148115: Stream.findFirst for unordered source optimization
Reviewed-by: psandoz
tvaleev [Mon, 08 Feb 2016 10:37:37 +0100] rev 35712
8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit
Reviewed-by: psandoz
erikj [Fri, 05 Feb 2016 15:23:15 +0100] rev 35711
8148629: Disable remaining warnings in awt/fontmanager
Reviewed-by: ihse
amlu [Fri, 05 Feb 2016 09:54:56 +0800] rev 35710
8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
Reviewed-by: psandoz
Contributed-by: huaming.li@oracle.com