- 03 7月, 2013 1 次提交
-
-
由 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 次提交
- 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
-
- 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 3 次提交
- 14 6月, 2013 1 次提交
-
-
由 khazra 提交于
Summary: Add .local to derived effective hostnames without dot Reviewed-by: chegar
-
- 13 6月, 2013 4 次提交
-
-
由 igerasim 提交于
Reviewed-by: chegar, dholmes
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NBrian Goetz <brian.goetz@oracle.com>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
由 pchelko 提交于
Reviewed-by: anthony, serb
-
由 henryjen 提交于
Reviewed-by: mduigou
-
- 12 6月, 2013 3 次提交
- 28 6月, 2013 1 次提交
-
-
由 naoto 提交于
Reviewed-by: okutsu, sherman
-
- 26 6月, 2013 2 次提交
-
-
由 rfield 提交于
Reviewed-by: jrose
-
由 chegar 提交于
Reviewed-by: chegar, alanb, psandoz Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Tristan Yan <tristan.yan@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
-
- 21 6月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Accelerate conversion to string by means of Schoenhage recursive base conversion. Reviewed-by: bpb, alanb Contributed-by: NAlan Eliasen <eliasen@mindspring.com>
-
- 25 6月, 2013 1 次提交
-
-
由 bpb 提交于
6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException Summary: For zero value ensure than an unpadded zero character is passed to Formatter.addZeros() Reviewed-by: iris, darcy Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
- 22 6月, 2013 3 次提交
-
-
由 naoto 提交于
Reviewed-by: alanb
-
由 bpb 提交于
Summary: In doubleValue() and floatValue() replace converting to String and parsing to Double or Float with direct conversion into IEEE 754 bits. Reviewed-by: bpb, drchase, martin Contributed-by: NLouis Wasserman <lowasser@google.com>
-
由 bpb 提交于
4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monotonicity problems in floats and doubles Reviewed-by: bpb, martin Contributed-by: NDmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>
-
- 21 6月, 2013 3 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-
由 alanb 提交于
Reviewed-by: chegar, jzavgren
-
由 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>
-
- 12 6月, 2013 1 次提交
-
-
由 naoto 提交于
Reviewed-by: alanb
-
- 11 6月, 2013 5 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb Contributed-by: martinrb@google.com
-
由 alanb 提交于
Reviewed-by: dholmes, chegar, forax, darcy, mduigou
-
由 kshefov 提交于
Reviewed-by: anthony, serb
-
由 psandoz 提交于
8012986: Right-bias range spliterators for large ranges Reviewed-by: mduigou
-
由 dxu 提交于
8011950: java.io.File.createTempFile enters infinite loop when passed invalid data Reviewed-by: alanb
-