Mon, 08 Jul 2013 10:20:46 -0700 6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
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
Fri, 05 Jul 2013 13:56:12 -0700 7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
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
Fri, 05 Jul 2013 13:53:37 -0700 8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
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
Thu, 11 Jul 2013 13:40:25 -0700 8017212: File.createTempFile requires unnecessary "read" permission
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
Thu, 11 Jul 2013 11:14:06 -0700 8019799: api/java_util/jar/Pack200 test failed with compactX profiles.
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
Thu, 11 Jul 2013 21:11:03 +0200 8010285: Enforce the requirement of Management Interfaces being public
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
Thu, 11 Jul 2013 11:43:23 -0700 8020321: Problem in PKCS11 regression test TestRSAKeyLength
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
Thu, 11 Jul 2013 18:50:25 +0530 7187144: JavaDoc for ScriptEngineFactory.getProgram() contains an error
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
Thu, 11 Jul 2013 13:07:47 +0200 8019484: Sync j.u.c.ConcurrentHashMap from 166 to tl
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>
Thu, 11 Jul 2013 09:21:09 +0200 8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE
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
Wed, 10 Jul 2013 18:01:22 -0700 8020318: Fix doclint issues in java.net
juh [Wed, 10 Jul 2013 18:01:22 -0700] rev 18800
8020318: Fix doclint issues in java.net Reviewed-by: darcy, khazra
Wed, 10 Jul 2013 14:20:19 -0700 8020308: Fix doclint issues in java.lang.management
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
Tue, 09 Jul 2013 12:47:37 -0700 6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")
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>
Tue, 09 Jul 2013 11:26:25 -0700 6178739: (fmt) Formatter.format("%0.4f\n", 56789.456789) generates MissingFormatWidthException
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>
Wed, 10 Jul 2013 11:05:39 -0700 8020294: Fix doclint issues in java.util.Spliterator
darcy [Wed, 10 Jul 2013 11:05:39 -0700] rev 18796
8020294: Fix doclint issues in java.util.Spliterator Reviewed-by: psandoz
Wed, 10 Jul 2013 10:24:38 +0200 8020040: Improve and generalize the F/J tasks to handle right or left-balanced trees
psandoz [Wed, 10 Jul 2013 10:24:38 +0200] rev 18795
8020040: Improve and generalize the F/J tasks to handle right or left-balanced trees Reviewed-by: briangoetz Contributed-by: doug lea <dl@cs.oswego.edu>, paul sandoz <paul.sandoz@oracle.com>
Wed, 10 Jul 2013 09:52:02 +0200 8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries
psandoz [Wed, 10 Jul 2013 09:52:02 +0200] rev 18794
8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries Reviewed-by: briangoetz
Wed, 10 Jul 2013 15:11:32 +0800 8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5
weijun [Wed, 10 Jul 2013 15:11:32 +0800] rev 18793
8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5 Reviewed-by: mullan
Tue, 09 Jul 2013 22:01:57 -0400 8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently
dholmes [Tue, 09 Jul 2013 22:01:57 -0400] rev 18792
8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently Summary: Ensure WeakRef object can't be prematurely gc'd Reviewed-by: chegar, plevart
Tue, 09 Jul 2013 16:00:41 +0100 8019979: Replace CheckPackageAccess test with better one from closed repo
coffeys [Tue, 09 Jul 2013 16:00:41 +0100] rev 18791
8019979: Replace CheckPackageAccess test with better one from closed repo Reviewed-by: mullan
Tue, 09 Jul 2013 16:04:25 +0200 8019370: Sync j.u.c Fork/Join from 166 to tl
psandoz [Tue, 09 Jul 2013 16:04:25 +0200] rev 18790
8019370: Sync j.u.c Fork/Join from 166 to tl Reviewed-by: chegar, martin Contributed-by: Doug Lea <dl@cs.oswego.edu>
Tue, 09 Jul 2013 10:44:49 +0200 8019551: Make BaseStream public
psandoz [Tue, 09 Jul 2013 10:44:49 +0200] rev 18789
8019551: Make BaseStream public Reviewed-by: chegar, psandoz Contributed-by: brian goetz <brian.goetz@oracle.com>
Tue, 09 Jul 2013 09:15:57 +0200 8017141: java.util/stream Spliterators from sequential sources should not catch OOME
henryjen [Tue, 09 Jul 2013 09:15:57 +0200] rev 18788
8017141: java.util/stream Spliterators from sequential sources should not catch OOME Reviewed-by: mchung Contributed-by: paul.sandoz@oracle.com
Mon, 08 Jul 2013 22:43:36 -0700 8020095: Fix doclint warnings in java.util.regex
darcy [Mon, 08 Jul 2013 22:43:36 -0700] rev 18787
8020095: Fix doclint warnings in java.util.regex Reviewed-by: mchung
Mon, 08 Jul 2013 19:24:22 -0700 8020091: Fix HTML doclint issues in java.io
juh [Mon, 08 Jul 2013 19:24:22 -0700] rev 18786
8020091: Fix HTML doclint issues in java.io Reviewed-by: darcy
Mon, 08 Jul 2013 11:30:44 +0200 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace
ehelin [Mon, 08 Jul 2013 11:30:44 +0200] rev 18785
8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace Reviewed-by: alanb
Fri, 05 Jul 2013 18:22:58 -0700 8019341: Update CookieHttpsClientTest to use the newer framework.
wetmore [Fri, 05 Jul 2013 18:22:58 -0700] rev 18784
8019341: Update CookieHttpsClientTest to use the newer framework. Reviewed-by: xuelei, smarks, michaelm
Fri, 05 Jul 2013 14:37:41 -0700 Merge
lana [Fri, 05 Jul 2013 14:37:41 -0700] rev 18783
Merge
Fri, 05 Jul 2013 13:28:17 -0700 Merge
lana [Fri, 05 Jul 2013 13:28:17 -0700] rev 18782
Merge
Fri, 05 Jul 2013 16:30:08 -0400 Merge
mullan [Fri, 05 Jul 2013 16:30:08 -0400] rev 18781
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip