plevart [Mon, 15 Jul 2013 10:55:53 +0200] rev 18827
7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
Reviewed-by: dholmes, jfranck
weijun [Sat, 13 Jul 2013 08:47:49 +0800] rev 18826
8019410: sun/security/krb5/auto/ReplayCacheTestProc.java
Reviewed-by: mullan
henryjen [Mon, 08 Jul 2013 15:46:26 -0400] rev 18825
8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
Reviewed-by: psandoz, mduigou
Contributed-by: brian goetz <brian.goetz@oracle.com>
henryjen [Fri, 12 Jul 2013 15:01:08 -0700] rev 18824
8015320: Pull spliterator() up from Collection to Iterable
Reviewed-by: psandoz, mduigou
Contributed-by: brian.goetz@oracle.com
vinnie [Fri, 12 Jul 2013 20:44:34 +0100] rev 18823
8019627: RuntimeException gets obscured during OCSP cert revocation checking
Reviewed-by: mullan
psandoz [Wed, 03 Jul 2013 21:43:49 +0200] rev 18822
8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
Reviewed-by: henryjen, briangoetz
mduigou [Fri, 12 Jul 2013 12:15:59 -0700] rev 18821
Merge
mduigou [Fri, 12 Jul 2013 12:15:22 -0700] rev 18820
8015315: Stream.concat methods
Reviewed-by: psandoz, mduigou
Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
mduigou [Fri, 12 Jul 2013 11:12:16 -0700] rev 18819
8015317: Optional.filter, map, and flatMap
Reviewed-by: psandoz, mduigou
Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
mduigou [Fri, 12 Jul 2013 11:11:30 -0700] rev 18818
7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
Reviewed-by: dmocek, martin, smarks
darcy [Fri, 12 Jul 2013 11:48:23 -0700] rev 18817
8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations
Reviewed-by: abuckley, jfranck
joehw [Fri, 12 Jul 2013 11:14:53 -0700] rev 18816
8020430: NullPointerException in xml sqe nightly result on 2013-07-12
Reviewed-by: chegar, lancea
mchung [Mon, 08 Jul 2013 14:05:59 +0200] rev 18815
8014890: (ref) Reference queues may return more entries than expected
Summary: When enqueuing references check whether the j.l.r.Reference has already been enqeued or removed in the lock. Do not enqueue them again. This occurs because multiple threads may try to enqueue the same j.l.r.Reference at the same time.
Reviewed-by: mchung, dholmes, plevart, shade
Contributed-by: thomas.schatzl@oracle.com
valeriep [Thu, 11 Jul 2013 17:52:04 -0700] rev 18814
Merge
valeriep [Wed, 10 Jul 2013 18:14:35 -0700] rev 18813
8020310: JDK-6356530 broke the old build
Summary: Add serialVersionUID to AuthProvider and P11Key class.
Reviewed-by: xuelei
valeriep [Tue, 09 Jul 2013 15:26:20 -0700] rev 18812
Merge
valeriep [Mon, 08 Jul 2013 11:11:07 -0700] rev 18811
Merge
ascarpino [Mon, 08 Jul 2013 10:20:46 -0700] rev 18810
6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
Reviewed-by: valeriep, wetmore, xuelei
valeriep [Fri, 05 Jul 2013 13:56:12 -0700] rev 18809
7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
Summary: Check equality based on component values instead of encoding which may vary due to optional components
Reviewed-by: weijun
valeriep [Fri, 05 Jul 2013 13:53:37 -0700] rev 18808
8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
Summary: Ensure the Cipher.doFinal() is called only once
Reviewed-by: xuelei
dxu [Thu, 11 Jul 2013 13:40:25 -0700] rev 18807
8017212: File.createTempFile requires unnecessary "read" permission
Summary: Directly call FileSystem method to check a file existence. Also reviewed by tom.hawtin@oracle.com
Reviewed-by: alanb
ksrini [Thu, 11 Jul 2013 11:14:06 -0700] rev 18806
8019799: api/java_util/jar/Pack200 test failed with compactX profiles.
Reviewed-by: dholmes
jbachorik [Thu, 11 Jul 2013 21:11:03 +0200] rev 18805
8010285: Enforce the requirement of Management Interfaces being public
Reviewed-by: sjiang, dfuchs, mchung
valeriep [Thu, 11 Jul 2013 11:43:23 -0700] rev 18804
8020321: Problem in PKCS11 regression test TestRSAKeyLength
Summary: Corrected the "isValidKeyLength" array
Reviewed-by: xuelei
sundar [Thu, 11 Jul 2013 18:50:25 +0530] rev 18803
7187144: JavaDoc for ScriptEngineFactory.getProgram() contains an error
Reviewed-by: mcimadamore, jlaskey, hannesw, attila
psandoz [Thu, 11 Jul 2013 13:07:47 +0200] rev 18802
8019484: Sync j.u.c.ConcurrentHashMap from 166 to tl
Reviewed-by: martin
Contributed-by: Doug Lea <dl@cs.oswego.edu>
jbachorik [Thu, 11 Jul 2013 09:21:09 +0200] rev 18801
8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE
Reviewed-by: sjiang, dholmes, mchung
juh [Wed, 10 Jul 2013 18:01:22 -0700] rev 18800
8020318: Fix doclint issues in java.net
Reviewed-by: darcy, khazra
sspitsyn [Wed, 10 Jul 2013 14:20:19 -0700] rev 18799
8020308: Fix doclint issues in java.lang.management
Reviewed-by: darcy
Contributed-by: serguei.spitsyn@oracle.com
bpb [Tue, 09 Jul 2013 12:47:37 -0700] rev 18798
6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")
Summary: Make stripTrailingZeros() return BigDecimal.ZERO if the BigDecimal is numerically equal to zero.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
bpb [Tue, 09 Jul 2013 11:26:25 -0700] rev 18797
6178739: (fmt) Formatter.format("%0.4f\n", 56789.456789) generates MissingFormatWidthException
Summary: Change the field width specification to require a positive value. The exception is still thrown but that is now explicitly consistent with the specification.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
darcy [Wed, 10 Jul 2013 11:05:39 -0700] rev 18796
8020294: Fix doclint issues in java.util.Spliterator
Reviewed-by: psandoz