tvaleev [Tue, 22 Mar 2016 16:28:52 +0100] rev 36655
8148748: ArrayList.subList().spliterator() is not late-binding
Reviewed-by: psandoz
tvaleev [Tue, 22 Mar 2016 16:28:50 +0100] rev 36654
8151123: Collectors.summingDouble/averagingDouble unnecessarily call mapper twice
Reviewed-by: psandoz
amurillo [Mon, 21 Mar 2016 20:19:52 -0700] rev 36653
Merge
amurillo [Thu, 17 Mar 2016 11:25:16 -0700] rev 36652
Merge
jwilhelm [Wed, 16 Mar 2016 14:31:32 +0100] rev 36651
Merge
dsamersoff [Mon, 07 Mar 2016 20:59:35 +0300] rev 36650
8147456: Parsing of argument for -agentpath can write outside of allocated memory
Reviewed-by: sspitsyn, dholmes
Contributed-by: sharath.ballal@oracle.com
sherman [Mon, 21 Mar 2016 15:59:27 -0700] rev 36649
8152352: Compiling warnings in zip_util.c blocks devkit to build with --with-zlib=system
Reviewed-by: naoto
aefimov [Mon, 21 Mar 2016 21:58:50 +0300] rev 36648
8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
Reviewed-by: lancea
ssahoo [Mon, 21 Mar 2016 11:54:23 -0700] rev 36647
8150512: Update test for jdk.security.provider.preferred security property.
Reviewed-by: ascarpino
ntv [Mon, 21 Mar 2016 14:24:11 -0400] rev 36646
8032051: "ZonedDateTime" class "parse" method fails with short time zone offset ("+01")
Reviewed-by: rriggs, scolebourne
naoto [Mon, 21 Mar 2016 08:48:34 -0700] rev 36645
8060097: sun/net/idn/TestStringPrep.java failed.
Reviewed-by: michaelm
jlahoda [Mon, 21 Mar 2016 10:27:50 +0100] rev 36644
8131913: jdk/internal/jline/console/StripAnsiTest.java can't run in the background
Summary: Avoid using a real terminal in tests.
Reviewed-by: rfield
alanb [Sun, 20 Mar 2016 07:35:20 +0000] rev 36643
8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
Reviewed-by: bpb, rriggs, alanb
Contributed-by: huaming.li@oracle.com
xuelei [Sun, 20 Mar 2016 00:03:43 +0000] rev 36642
8152221: Use try-with-resource in test templates
Reviewed-by: weijun