- 03 7月, 2013 2 次提交
-
-
由 psandoz 提交于
Reviewed-by: martin Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 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 2 次提交
- 01 7月, 2013 2 次提交
- 28 6月, 2013 3 次提交
-
-
由 dl 提交于
Reviewed-by: chegar
-
由 dl 提交于
Reviewed-by: chegar
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NBrian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 19 6月, 2013 1 次提交
-
-
由 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>
-
- 17 6月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: darcy
-
- 13 6月, 2013 2 次提交
-
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NBrian Goetz <brian.goetz@oracle.com>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
由 bchristi 提交于
Reviewed-by: alanb, mduigou
-
- 12 6月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: psandoz, briangoetz, mduigou, plevart
-
- 28 6月, 2013 3 次提交
- 27 6月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: sherman, mchung
-
- 26 6月, 2013 1 次提交
-
-
由 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>
-
- 25 6月, 2013 2 次提交
-
-
由 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>
-
由 naoto 提交于
Reviewed-by: okutsu
-
- 24 6月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: okutsu
-
- 20 6月, 2013 4 次提交
-
-
由 mduigou 提交于
Reviewed-by: dl, dholmes, plevart
-
由 psandoz 提交于
Reviewed-by: alanb
-
由 psandoz 提交于
Reviewed-by: chegar, mduigou Contributed-by: NBrian Goetz <brian.goetz@oracle.com>
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NBrian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 11 6月, 2013 1 次提交
-
-
由 psandoz 提交于
8012986: Right-bias range spliterators for large ranges Reviewed-by: mduigou
-
- 10 6月, 2013 4 次提交
- 06 6月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Performance improvements for double/float -> String and decimal/hex String -> double/float conversions. Reviewed-by: martin, iris Contributed-by: NSergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
-
- 05 6月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: shade, martin
-
- 31 5月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: chegar
-
- 05 6月, 2013 2 次提交
- 04 6月, 2013 1 次提交
-
-
由 bchristi 提交于
Summary: HashMap bins with many collisions store entries in balanced trees Reviewed-by: alanb, dl, mduigou
-
- 03 6月, 2013 3 次提交
-
-
由 psandoz 提交于
Reviewed-by: alanb
-
由 psandoz 提交于
Summary: This change set also fixes broken links Reviewed-by: alanb, chegar Contributed-by: NPaul Sandoz <paul.sandoz@oracle.com>, Henry Jen <henry.jen@oracle.com>
-
由 psandoz 提交于
8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE Reviewed-by: chegar
-