lana [Thu, 13 Oct 2016 23:03:05 +0000] rev 41497
Merge
ihse [Tue, 11 Oct 2016 09:50:37 +0200] rev 41496
8167424: Various trivial fixes in build system
Reviewed-by: erikj, tbell
lana [Thu, 13 Oct 2016 21:01:10 +0000] rev 41495
Added tag jdk-9+140 for changeset 522e6a7f6e61
duke [Wed, 05 Jul 2017 22:20:18 +0200] rev 41494
Merge
rgoel [Mon, 17 Oct 2016 20:13:16 +0900] rev 41493
8167992: Update documentation of java.util.Date class
Reviewed-by: okutsu, peytoia
rriggs [Fri, 14 Oct 2016 17:15:11 -0400] rev 41492
8167166: Java API docs mention a non-existent method getNanosOfSecond
Reviewed-by: naoto
sherman [Thu, 13 Oct 2016 17:47:30 -0700] rev 41491
8167957: Remove FilePermission from default policy for jdk.charsets module
Reviewed-by: mchung
lana [Thu, 13 Oct 2016 23:02:35 +0000] rev 41490
Merge
sdrach [Thu, 13 Oct 2016 11:54:27 -0700] rev 41489
8167237: Jar tool can not correctly find/process the --release option if it occurs before the file list
Reviewed-by: lancea
sherman [Thu, 13 Oct 2016 09:35:07 -0700] rev 41488
8166258: Unexpected code conversion by HKSCS converters
Reviewed-by: naoto
vinnie [Thu, 13 Oct 2016 12:37:42 +0100] rev 41487
8167371: KeyStoreSpi.engineSetEntry should throw an Exception if password protection alg is specified
Reviewed-by: xuelei, mullan
sundar [Thu, 13 Oct 2016 01:59:39 -0700] rev 41486
8055033: Shell tests for jrunscript don't pass through VM options
Summary: passed jtreg env variables TESTVMOPTS, TESTJAVAOPTS to java and TESTTOOLVMOPTS, TESTJAVACOPTS to javac launchers
Reviewed-by: sundar
Contributed-by: srinivas.dama@oracle.com
tidu [Thu, 13 Oct 2016 00:45:38 -0700] rev 41485
8164322: Test sun/security/pkcs11/PKCS11Test.java shall be updated to run on ARM platforms
Reviewed-by: xuelei
Contributed-by: Tim Du <tiantian.du@oracle.com>
mchung [Wed, 12 Oct 2016 15:41:00 -0700] rev 41484
8164689: Retrofit jar, jlink, jmod as a ToolProvider
Reviewed-by: alanb, lancea
sdrach [Wed, 12 Oct 2016 14:31:17 -0700] rev 41483
8166460: jdk/internal/util/jar/TestVersionedStream gets Assertion error
Reviewed-by: psandoz
smarks [Wed, 12 Oct 2016 11:54:38 -0700] rev 41482
8134373: use collections convenience factories in the JDK
Reviewed-by: scolebourne, prappo, dfuchs, redestad, smarks
Contributed-by: jbluettduncan@gmail.com