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
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>
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
weijun [Wed, 10 Jul 2013 15:11:32 +0800] rev 18793
8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5
Reviewed-by: mullan
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
coffeys [Tue, 09 Jul 2013 16:00:41 +0100] rev 18791
8019979: Replace CheckPackageAccess test with better one from closed repo
Reviewed-by: mullan
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>
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>
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
darcy [Mon, 08 Jul 2013 22:43:36 -0700] rev 18787
8020095: Fix doclint warnings in java.util.regex
Reviewed-by: mchung
juh [Mon, 08 Jul 2013 19:24:22 -0700] rev 18786
8020091: Fix HTML doclint issues in java.io
Reviewed-by: darcy
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
wetmore [Fri, 05 Jul 2013 18:22:58 -0700] rev 18784
8019341: Update CookieHttpsClientTest to use the newer framework.
Reviewed-by: xuelei, smarks, michaelm
lana [Fri, 05 Jul 2013 14:37:41 -0700] rev 18783
Merge
lana [Fri, 05 Jul 2013 13:28:17 -0700] rev 18782
Merge
mullan [Fri, 05 Jul 2013 16:30:08 -0400] rev 18781
Merge
mullan [Fri, 05 Jul 2013 15:54:42 -0400] rev 18780
8011547: Update XML Signature implementation to Apache Santuario 1.5.4
Reviewed-by: xuelei
zhangshj [Fri, 05 Jul 2013 10:51:54 +0800] rev 18779
8019381: HashMap.isEmpty is non-final, potential issues for get/remove
Reviewed-by: chegar, mduigou
alanb [Thu, 04 Jul 2013 20:00:20 +0100] rev 18778
8017231: Add StringJoiner.merge
Reviewed-by: psandoz, alanb
Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
alanb [Thu, 04 Jul 2013 14:38:44 +0100] rev 18777
8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts
Reviewed-by: mchung, ahgross, forax, psandoz
bpb [Wed, 03 Jul 2013 17:08:14 -0700] rev 18776
8019862: Fix doclint errors in java.lang.*.
Summary: Fix doclint errors in java.lang.*
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
emc [Wed, 03 Jul 2013 19:47:15 -0400] rev 18775
8016285: Add java.lang.reflect.Parameter.isNamePresent()
Summary: Add isNamePresent method to parameter reflection library, which indicates whether or real parameter data is available
Reviewed-by: darcy
bpb [Wed, 03 Jul 2013 13:30:46 -0700] rev 18774
8019857: Fix doclint errors in java.util.Format*
Summary: Fix doclint errors in java.util.Format*.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
vinnie [Wed, 03 Jul 2013 14:35:10 -0700] rev 18773
Merge
vinnie [Tue, 02 Jul 2013 16:38:09 -0700] rev 18772
7165807: Non optimized initialization of NSS crypto library leads to scalability issues
Reviewed-by: mullan, valeriep
juh [Wed, 03 Jul 2013 12:51:45 -0700] rev 18771
8019772: Fix doclint issues in javax.crypto and javax.security subpackages
Reviewed-by: darcy
psandoz [Wed, 03 Jul 2013 21:19:25 +0200] rev 18770
8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty
Reviewed-by: alanb
twisti [Wed, 03 Jul 2013 11:35:06 -0700] rev 18769
8019184: MethodHandles.catchException() fails when methods have 8 args + varargs
Reviewed-by: jrose
psandoz [Wed, 03 Jul 2013 11:58:10 +0200] rev 18768
8019481: Sync misc j.u.c classes from 166 to tl
Reviewed-by: martin
Contributed-by: Doug Lea <dl@cs.oswego.edu>
psandoz [Wed, 03 Jul 2013 11:58:09 +0200] rev 18767
8011427: java.util.concurrent collection Spliterator implementations
Reviewed-by: martin
Contributed-by: Doug Lea <dl@cs.oswego.edu>