- 23 7月, 2013 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: dcubed
-
- 19 7月, 2013 1 次提交
-
-
由 sherman 提交于
8020418: Cleanup of -Xlint warnings in java.time 8016623: test/java/time/format/TestDateTimeTextProvider.java failing Summary: Integration of JSR310 Date/Time API update IV Reviewed-by: sherman Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com, chand.basha@oracle.com
-
- 15 7月, 2013 2 次提交
- 09 7月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: psandoz, mduigou Contributed-by: Nbrian goetz <brian.goetz@oracle.com>
-
- 13 7月, 2013 2 次提交
- 04 7月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: henryjen, briangoetz
-
- 13 7月, 2013 3 次提交
- 08 7月, 2013 1 次提交
-
-
由 mchung 提交于
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
-
- 12 7月, 2013 1 次提交
-
-
由 dxu 提交于
Summary: Directly call FileSystem method to check a file existence. Also reviewed by tom.hawtin@oracle.com Reviewed-by: alanb
-
- 10 7月, 2013 3 次提交
-
-
由 bpb 提交于
Summary: Make stripTrailingZeros() return BigDecimal.ZERO if the BigDecimal is numerically equal to zero. Reviewed-by: darcy Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com> -
由 psandoz 提交于
Reviewed-by: briangoetz
-
由 dholmes 提交于
Summary: Ensure WeakRef object can't be prematurely gc'd Reviewed-by: chegar, plevart
-
- 09 7月, 2013 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: mullan
-
- 08 7月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: alanb
-
- 05 7月, 2013 2 次提交
- 04 7月, 2013 3 次提交
-
-
由 emc 提交于
Summary: Add isNamePresent method to parameter reflection library, which indicates whether or real parameter data is available Reviewed-by: darcy
-
由 psandoz 提交于
8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty Reviewed-by: alanb -
由 twisti 提交于
Reviewed-by: jrose
-
- 03 7月, 2013 2 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, dfuchs
-
由 dfuchs 提交于
Summary: Due to subtle synchronization issues between LogManager & Logger class initialization the global logger doesn't have its 'manager' field initialized until the LogManager is initialized. This fix will ensure that the global logger has its 'manager' field set when getGlobal() is called. Reviewed-by: mchung, plevart
-
- 02 7月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: This patch makes sure that LoggerContext instances created for applets have a root and global logger. Reviewed-by: mchung
-
- 01 7月, 2013 2 次提交
- 29 6月, 2013 1 次提交
-
-
由 katleman 提交于
Reviewed-by: iris, alanb, lancea
-
- 28 6月, 2013 2 次提交
-
-
由 jzavgren 提交于
Reviewed-by: chegar, dsamersoff, khazra
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NBrian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 27 6月, 2013 1 次提交
-
-
由 katleman 提交于
Reviewed-by: tbell, darcy
-
- 21 6月, 2013 2 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch
-
由 chegar 提交于
Reviewed-by: alanb, chegar Contributed-by: NJohn Zavgren <john.zavgren@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
-
- 20 6月, 2013 3 次提交
-
-
由 mduigou 提交于
Reviewed-by: dl, dholmes, plevart
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NBrian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com> -
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NBrian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 19 6月, 2013 2 次提交
-
-
由 bpb 提交于
4646474: BigInteger.pow() algorithm slow in 1.4.0 Summary: Implement Karatsuba and 3-way Toom-Cook multiplication as well as exponentiation using Karatsuba and Toom-Cook squaring. Reviewed-by: alanb, bpb, martin Contributed-by: NAlan Eliasen <eliasen@mindspring.com> -
由 mduigou 提交于
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap Reviewed-by: forax, mduigou, psandoz Contributed-by: NMike Duigou <mike.duigou@oracle.com>, Remi Forax <forax@univ-mlv.fr>
-
- 18 6月, 2013 1 次提交
-
-
由 uta 提交于
Reviewed-by: alanb, ahgross
-