duke [Wed, 05 Jul 2017 21:56:30 +0200] rev 39574
Merge
amurillo [Thu, 07 Jul 2016 18:21:21 +0000] rev 39573
Added tag jdk-9+126 for changeset c2c8f6b847e5
duke [Wed, 05 Jul 2017 21:56:22 +0200] rev 39572
Merge
amurillo [Tue, 12 Jul 2016 21:15:49 +0000] rev 39571
Merge
bpb [Mon, 11 Jul 2016 17:18:59 -0700] rev 39570
8160215: jdk/test/java/io/Reader/ReaderBulkReadContract.java should clean up better
Summary: Create temporary files in the test scratch directory instead of in the default temporary file directory.
Reviewed-by: lancea, alanb
bpb [Mon, 11 Jul 2016 14:46:21 -0700] rev 39569
8160831: GioFileTypeDetector always calls deprecated g_type_init
Summary: Ensure that g_type_init is non-null before using it.
Reviewed-by: alanb
Contributed-by: Martin Walsh <martin.walsh@oracle.com>
psandoz [Mon, 23 May 2016 23:12:05 +0800] rev 39568
8158365: List.spliterator should optimize for RandomAccess lists
Reviewed-by: psandoz
Contributed-by: Hiroshi Ito <hiroshi.ito@gs.com>
michaelm [Mon, 11 Jul 2016 14:32:51 +0100] rev 39567
8160786: No CCC for public class java.net.http.AsyncSSlDelegate
Reviewed-by: chegar
dfuchs [Mon, 11 Jul 2016 11:32:40 +0100] rev 39566
8056285: java/util/logging/CheckLockLocationTest.java java.lang.RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory.
Summary: added some instrumentation to the test to help a better diagnosis
Reviewed-by: mchung
aefimov [Mon, 11 Jul 2016 00:24:46 +0300] rev 39565
8154553: Incorrect GPL header in package-info.java reported
Reviewed-by: igerasim
xuelei [Sat, 09 Jul 2016 06:04:57 +0000] rev 39564
8159009: Remove ExemptionMechanism.finalize() implementation
Reviewed-by: mullan, weijun
xuelei [Sat, 09 Jul 2016 05:56:18 +0000] rev 39563
8148516: Improve the default strength of EC in JDK
Reviewed-by: valeriep
xuelei [Sat, 09 Jul 2016 05:48:16 +0000] rev 39562
8157712: Deprecate the javax.security.cert and com.sun.net.ssl APIs with forRemoval=true
Reviewed-by: weijun
bpb [Fri, 08 Jul 2016 16:16:45 -0700] rev 39561
8157287: java/nio/file/FileStore/Basic.java failed with "java.nio.file.AccessDeniedException : /zones/zoneone/root "
Summary: Ignore AccessDeniedException when testing space attributes.
Reviewed-by: alanb
jnimeh [Fri, 08 Jul 2016 14:42:50 -0700] rev 39560
8129972: Clarify the javadoc of java.security.CodeSource as to the nullability of 'location'
Summary: Improves clarity of the CodeSource javadoc, specifically regarding the ability of the URL parameter in the constructors being null.
Reviewed-by: mullan