- 10 10月, 2013 4 次提交
-
-
由 dl 提交于
Reviewed-by: alanb, dholmes
-
由 darcy 提交于
8024354: Explicitly permit DoubleStream.sum()/average() implementations to use higher precision summation Reviewed-by: mduigou, briangoetz
-
由 bchristi 提交于
Summary: Override remove() method in DescendingKeyIterator Reviewed-by: alanb, mduigou, psandoz
-
由 bpb 提交于
Summary: Add data validation checks in readObject(). Reviewed-by: alanb, mduigou, chegar Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
- 08 10月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: psandoz, martin Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Guy Steele <guy.steele@oracle.com>
-
- 09 10月, 2013 2 次提交
- 02 10月, 2013 5 次提交
-
-
由 psandoz 提交于
8025538: Unsafe typecast in java.util.stream.SpinedBuffer 8025533: Unsafe typecast in java.util.stream.Streams.RangeIntSpliterator.splitPoint() 8025525: Unsafe typecast in java.util.stream.Node.OfPrimitive.asArray() Reviewed-by: chegar
-
由 psandoz 提交于
Reviewed-by: mduigou, chegar
-
由 okutsu 提交于
Reviewed-by: peytoia
-
由 okutsu 提交于
Reviewed-by: peytoia
-
由 mduigou 提交于
Reviewed-by: henryjen, chegar, psandoz
-
- 01 10月, 2013 2 次提交
-
-
由 mduigou 提交于
Reviewed-by: scolebourne, darcy, mduigou Contributed-by: NStephen Colebourne <scolebourne@joda.org>
-
由 psandoz 提交于
8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators Reviewed-by: alanb
-
- 28 9月, 2013 3 次提交
- 27 9月, 2013 1 次提交
-
-
由 bchristi 提交于
Summary: Ensure that HashMap is not resized if we're just replacing a value Reviewed-by: alanb, martin
-
- 17 9月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: mduigou
-
- 16 9月, 2013 2 次提交
- 02 9月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: forax, chegar, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 07 9月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: mduigou
-
- 14 9月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: psandoz, alanb
-
- 13 9月, 2013 1 次提交
-
-
由 bchristi 提交于
Summary: Removed usage of hashSeed in Hashtable & WeakHashMap, and removed tests Reviewed-by: alanb, mduigou
-
- 07 9月, 2013 1 次提交
-
-
由 henryjen 提交于
8024339: j.u.s.Stream.reduce(BinaryOperator) throws unexpected NPE Reviewed-by: mduigou Contributed-by: brian.goetz@oracle.com
-
- 12 9月, 2013 2 次提交
-
-
由 dfuchs 提交于
Summary: This changeset makes the various Logger logging method call isLoggable() instead of inlining the level checks. Reviewed-by: mchung, alanb
-
由 sherman 提交于
8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API Summary: to move the new constants out of ZipConstants.java Reviewed-by: martin
-
- 09 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
8021003: java/util/logging/Logger/getGlobal/TestGetGlobalConcurrent.java fails intermittently 8019945: test/java/util/logging/LogManagerInstanceTest.java failing intermittently Summary: This fix untangles the class initialization of Logger and LogManager, and also cleans up the relationship between LogManager, LoggerContext, and Logger, which were at the root cause of some intermittent test failures. Reviewed-by: mchung, martin, plevart
-
- 04 9月, 2013 3 次提交
-
-
由 dfuchs 提交于
Summary: Break logging and AWT circular dependency, which was at the root cause for 8023258 - Logger.getLogger() after ImageIO.read() returns different logger instance Reviewed-by: mchung, art
-
由 dfuchs 提交于
Reviewed-by: dholmes, mchung
-
由 psandoz 提交于
8012913: LinkedHashMap key/value/entry spliterators should report ORDERED Reviewed-by: mduigou, forax, bchristi, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 21 9月, 2013 3 次提交
-
-
由 psandoz 提交于
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec Reviewed-by: alanb
-
由 bpb 提交于
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent Summary: Explicitly check for null remappingFunction parameter. Reviewed-by: mduigou, forax, psandoz Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
由 psandoz 提交于
Reviewed-by: psandoz, chegar, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Peter Levart <peter.levart@gmail.com>, Guy Steele <guy.steele@oracle.com>
-
- 20 9月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: martin
-
- 29 8月, 2013 2 次提交
-
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
-
由 sherman 提交于
Summary: to handle extra data field copy correctly even the extra data does not follow the spec Reviewed-by: alanb, martin, chegar
-
- 22 8月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: mduigou, smarks
-
- 28 8月, 2013 1 次提交
-
-
由 sherman 提交于
Summary: to correct the wrong GroupCurly group index backoff code Reviewed-by: alanb
-