tvaleev [Thu, 18 Aug 2016 17:30:49 -0700] rev 40415
8164189: Collectors.toSet() parallel performance improvement
Reviewed-by: shade, psandoz
igerasim [Fri, 19 Aug 2016 01:41:54 +0300] rev 40414
8153438: Avoid repeated "Please insert a smart card" popup windows
Reviewed-by: vinnie, valeriep
lancea [Thu, 18 Aug 2016 17:51:40 -0400] rev 40413
8164394: Minor correction in Java API doc for DataSource
Reviewed-by: darcy, jjg, tbell
lana [Thu, 18 Aug 2016 21:34:03 +0000] rev 40412
Merge
jnimeh [Thu, 18 Aug 2016 12:48:23 -0700] rev 40411
8162808: Add references to the standard JSSE cipher suite names in javadoc
Summary: Add hyperlinks to the cipher suite section of the Standard Names documentation for various SSL class methods when they reference cipher suites by name
Reviewed-by: xuelei, mullan
igerasim [Thu, 18 Aug 2016 22:07:09 +0300] rev 40410
8163517: Various cleanup in java.io code
Reviewed-by: shade, rriggs, redestad
lancea [Thu, 18 Aug 2016 15:05:02 -0400] rev 40409
8138661: Minor correction in Java API doc for DataSource
Reviewed-by: naoto
redestad [Thu, 18 Aug 2016 19:00:39 +0200] rev 40408
8164044: Generate corresponding simple DelegatingMethodHandles when generating a DirectMethodHandle at link time
Reviewed-by: vlivanov, mhaupt, shade
amurillo [Thu, 18 Aug 2016 09:52:43 -0700] rev 40407
8164329: Problem list sun/rmi/runtime/Log/6409194/NoConsoleOutput.java on windows due to JDK-8164124
Reviewed-by: darcy
snikandrova [Thu, 18 Aug 2016 16:27:15 +0300] rev 40406
8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
Reviewed-by: dfuchs, clanger
lancea [Thu, 18 Aug 2016 12:39:23 -0400] rev 40405
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
ascarpino [Wed, 17 Aug 2016 16:03:52 -0700] rev 40404
8156192: Provider#compute and #merge methods expect wrong permission & #compute ClassCastException even with wrong permission.
Reviewed-by: mullan, jnimeh
vinnie [Wed, 17 Aug 2016 21:14:39 +0100] rev 40403
6977937: The SunJCE PBKDF2KeyImpl is requiring the MAC instance also be from SunJCE.
Reviewed-by: xuelei, ascarpino, wetmore
mullan [Wed, 17 Aug 2016 14:41:17 -0400] rev 40402
Merge
mullan [Wed, 17 Aug 2016 14:40:12 -0400] rev 40401
8164071: Default.policy file missing content for solaris
Reviewed-by: erikj
amurillo [Wed, 17 Aug 2016 08:44:38 -0700] rev 40400
Merge
amurillo [Tue, 16 Aug 2016 08:18:27 -0700] rev 40399
Merge
amurillo [Fri, 12 Aug 2016 13:58:18 -0700] rev 40398
Merge
ysuenaga [Mon, 08 Aug 2016 21:59:33 +0900] rev 40397
8163272: jhsdb jinfo cannot show system properties
Reviewed-by: dholmes, dsamersoff
amurillo [Fri, 05 Aug 2016 09:58:09 -0700] rev 40396
Merge
cjplummer [Thu, 04 Aug 2016 16:11:30 -0700] rev 40395
8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
Summary: Clear the jtreg exit code when set to 1.
Reviewed-by: stsmirno, dholmes
weijun [Wed, 17 Aug 2016 10:08:18 +0800] rev 40394
8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less
8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
Reviewed-by: xuelei
weijun [Tue, 16 Aug 2016 21:28:10 +0800] rev 40393
8141411: keytool can wrongly parse the start date value given by the -startdate option
Reviewed-by: xuelei
ssahoo [Tue, 16 Aug 2016 12:34:00 +0530] rev 40392
8159964: Update Tests to verify JDK build for "JDK-8159488 Deprivilege java.xml.crypto"
Reviewed-by: valeriep
nishjain [Tue, 16 Aug 2016 15:26:41 +0900] rev 40391
8129555: DateFormatSymbols: month-related methods must refer to Calendar constants
Reviewed-by: naoto, okutsu, peytoia
asmotrak [Mon, 15 Aug 2016 16:32:41 -0700] rev 40390
8162484: javax/net/ssl/Stapling/SSLSocketWithStapling.java test fails intermittently with "Address already in use" error
Reviewed-by: xuelei, jnimeh
igerasim [Mon, 15 Aug 2016 23:45:32 +0300] rev 40389
8163896: Finalizing one key of a KeyPair invalidates the other key
Reviewed-by: coffeys, vinnie
lana [Thu, 18 Aug 2016 21:01:22 +0000] rev 40388
Added tag jdk-9+132 for changeset 5542e4584972
duke [Wed, 05 Jul 2017 22:06:09 +0200] rev 40387
Merge
amurillo [Fri, 19 Aug 2016 11:22:14 -0700] rev 40386
Merge
hseigel [Tue, 16 Aug 2016 09:56:18 -0400] rev 40385
8030221: Checking for anonymous class should check for NULL as well as potential nesting
Summary: Store the first non-anonymous class as the host when defining the anonymous class so don't need look for it later.
Reviewed-by: dholmes, lfoltan
cjplummer [Mon, 15 Aug 2016 13:14:08 -0700] rev 40384
8133740: NMT for Linux/x86/x64 and bsd/x64 slowdebug builds includes NativeCallStack::NativeCallStack() frame in backtrace
Summary: Skip an extra frame in _get_previous_fp() when it is not inlined.
Reviewed-by: dholmes, zgu