bgopularam [Mon, 04 Jul 2016 10:50:28 +0000] rev 39343
8159616: java.time.Instant falls through switch statement
Summary: Removed the unneeded case statement INSTANT_SECONDS
Reviewed-by: rriggs, scolebourne
mhaupt [Mon, 04 Jul 2016 10:08:18 +0200] rev 39342
8143211: provide bytecode intrinsics for loop and try/finally executors
Reviewed-by: psandoz, redestad, vlivanov
okutsu [Mon, 04 Jul 2016 13:00:15 +0900] rev 39341
8159943: JavaTimeSupplementary resource bundles need update
Reviewed-by: naoto
igerasim [Sun, 03 Jul 2016 05:30:47 +0300] rev 39340
8159822: Non-synchronized access to shared members of com.sun.jndi.ldap.pool.Pool
Reviewed-by: coffeys
ascarpino [Sat, 02 Jul 2016 13:51:20 -0700] rev 39339
8159180: Remove default setting for jdk.security.provider.preferred
Reviewed-by: xuelei
ksrini [Fri, 01 Jul 2016 15:13:00 -0700] rev 39338
8145418: [macosx] Help message for -Xdock:name has a superfluous trailing quote "
Reviewed-by: naoto
vinnie [Fri, 01 Jul 2016 22:55:26 +0100] rev 39337
8157730: Mark deprecated java.security.{Identity,IdentityScope,Signer} APIs with forRemoval=true
Reviewed-by: mullan
bpb [Fri, 01 Jul 2016 12:55:23 -0700] rev 39336
8160018: (fs) Remove GioFileTypeDetector on Solaris
Summary: Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider.
Reviewed-by: rriggs
bpb [Fri, 01 Jul 2016 12:54:18 -0700] rev 39335
8160687: (fs) Cannot tell which WatchService test is not deleting temp directories "work*"
Summary: Change name of "work" temp directory to "TestName"
Reviewed-by: rriggs
mullan [Fri, 01 Jul 2016 14:29:18 -0400] rev 39334
8157847: Deprecate the java.security.acl API with forRemoval=true
Reviewed-by: weijun, mchung
mullan [Fri, 01 Jul 2016 11:42:26 -0400] rev 39333
8157707: Deprecate the java.security.Certificate API with forRemoval=true
Reviewed-by: xuelei
amlu [Fri, 01 Jul 2016 12:50:58 +0800] rev 39332
8160658: sun/security/tools/keytool/standard.sh fails on all platforms after JDK-8160415
Reviewed-by: weijun
amurillo [Thu, 30 Jun 2016 22:38:17 +0000] rev 39331
Merge
amurillo [Thu, 30 Jun 2016 10:31:19 -0700] rev 39330
Merge
amurillo [Wed, 29 Jun 2016 21:49:41 -0700] rev 39329
Merge
amurillo [Thu, 23 Jun 2016 17:07:31 -0700] rev 39328
Merge
kzhaldyb [Wed, 15 Jun 2016 20:43:53 +0300] rev 39327
8156226: DiagnosticCommandImpl::invoke throws not very comprehensive message in case if method exists but signature or parameters are wrong
Reviewed-by: mchung, dholmes, dfuchs
dsamersoff [Wed, 15 Jun 2016 11:24:12 +0300] rev 39326
8153278: sun/tools/jps/TestJpsJar.java fails in hs nightly
Summary: Refactor the test to take pwd right before the check
Reviewed-by: dholmes
coleenp [Mon, 13 Jun 2016 09:03:32 -0400] rev 39325
8158237: JVMTI hides critical debug information for memory leak tracing
Summary: remove _backtrace as hidden field, original problem no longer exists
Reviewed-by: sspitsyn, jiangli
amurillo [Fri, 10 Jun 2016 15:19:33 -0700] rev 39324
Merge
dnsimon [Mon, 06 Jun 2016 16:18:01 -0700] rev 39323
8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
Reviewed-by: kvn
bchristi [Thu, 30 Jun 2016 10:13:30 -0700] rev 39322
8160370: System.getProperty("os.version") returns "Unknown" on Mac
Summary: Read SystemVersion.plist on pre-10.9 Mac OS
Reviewed-by: bpb, ddehaven, gziemski, rriggs
sundar [Thu, 30 Jun 2016 22:24:01 +0530] rev 39321
8160641: PostProcessingPlugin and ExecutableImage should not be part of plugin API
Reviewed-by: jlaskey, mchung
jnimeh [Thu, 30 Jun 2016 07:14:56 -0700] rev 39320
8030132: Cipher.init syntax error in javadoc @code tag
8160222: javax/crypto/Cipher.java has a typo
Summary: Fixes typographical errors in javax/crypto/Cipher.java
Reviewed-by: weijun
peytoia [Thu, 30 Jun 2016 16:57:25 +0900] rev 39319
7090039: Wrong link in comment of java.text.DateFormatSymbols
Reviewed-by: okutsu
clanger [Thu, 30 Jun 2016 09:30:09 +0200] rev 39318
8158023: SocketExceptions contain too little information sometimes
Reviewed-by: rriggs, msheppar, chegar
jnimeh [Thu, 30 Jun 2016 00:09:06 -0700] rev 39317
8143302: javax/net/ssl/Stapling/SSLSocketWithStapling.java fails intermittently: Server died
Summary: Fixes a file descriptor leak in the test and a thread exhaustion issue in the StatusResponseManager in JSSE.
Reviewed-by: xuelei
tidu [Wed, 29 Jun 2016 23:29:07 -0700] rev 39316
8160415: Mark sun/security/tools/keytool/standard.sh as intermittently failing
Reviewed-by: weijun
Contributed-by: Tim Du <tiantian.du@oracle.com>