aefimov [Thu, 04 Feb 2016 18:31:11 +0300] rev 35729
8144593: Suppress not recognized property/feature warning messages from SAXParser
Reviewed-by: joehw
lana [Thu, 04 Feb 2016 11:28:24 -0800] rev 35728
Added tag jdk-9+104 for changeset c6f848cc2750
duke [Wed, 05 Jul 2017 21:19:04 +0200] rev 35727
Merge
mhaupt [Mon, 08 Feb 2016 17:43:02 +0100] rev 35726
8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements
Reviewed-by: jlaskey, sundar
attila [Mon, 08 Feb 2016 12:59:08 +0100] rev 35725
8149186: Don't use indy for optimistic arithmetic
Reviewed-by: mhaupt, sundar
lana [Thu, 04 Feb 2016 16:50:15 -0800] rev 35724
Merge
sundar [Thu, 04 Feb 2016 17:42:46 +0530] rev 35723
8148926: Call site profiling fails on braces-wrapped anonymous function
Reviewed-by: jlaskey, hannesw
lana [Thu, 04 Feb 2016 11:28:31 -0800] rev 35722
Added tag jdk-9+104 for changeset a077e87423b1
duke [Wed, 05 Jul 2017 21:18:55 +0200] rev 35721
Merge
lana [Thu, 04 Feb 2016 11:28:20 -0800] rev 35720
Added tag jdk-9+104 for changeset a8ace34fedbc
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
lana [Thu, 04 Feb 2016 16:49:26 -0800] rev 35709
Merge
shade [Thu, 04 Feb 2016 21:44:23 +0300] rev 35708
8149044: jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails all platforms
Summary: Remove the obsolete FormatUnsigned test.
Reviewed-by: darcy
shade [Thu, 04 Feb 2016 16:00:48 +0300] rev 35707
8148936: Adapt UUID.toString() to Compact Strings
Reviewed-by: igerasim, redestad
erikj [Thu, 04 Feb 2016 09:51:24 +0100] rev 35706
8148955: libjimage.so compiled with wrong flags
Reviewed-by: alanb
amlu [Thu, 04 Feb 2016 14:38:17 +0800] rev 35705
8149003: Mark more jdk_core tests as intermittently failing
Reviewed-by: chegar, darcy
darcy [Wed, 03 Feb 2016 13:56:19 -0800] rev 35704
8148983: Fix extra comma in changes for JDK-8148916
Reviewed-by: jjg
bpb [Wed, 03 Feb 2016 13:34:19 -0800] rev 35703
8148821: (fs) Path.getParent() javadoc error
Summary: Change "If this path has one or more elements" to "If this path has more than one element."
Reviewed-by: rriggs, alanb
darcy [Wed, 03 Feb 2016 12:52:27 -0800] rev 35702
8148916: Mark bug6400879.java as intermittently failing
Reviewed-by: serb
iris [Tue, 02 Feb 2016 17:59:53 -0800] rev 35701
8072379: Implement jdk.Version
Reviewed-by: alanb, darcy, dfuchs, ihse, ksrini, mchung, rriggs
shade [Wed, 03 Feb 2016 00:49:41 +0300] rev 35700
8148869: StringConcatFactory MH_INLINE_SIZED_EXACT strategy does not work with -XX:-CompactStrings
Reviewed-by: vlivanov, psandoz
bpb [Tue, 02 Feb 2016 13:42:48 -0800] rev 35699
8148891: Multiple failing javax/imageio/plugins after client integration
Summary: Add failing tests to problem list for all platforms until the underlying issue is fixed.
Reviewed-by: prr
asmotrak [Tue, 02 Feb 2016 12:50:03 -0800] rev 35698
8146249: libjimage should use delete[] with new[]
Reviewed-by: jlaskey