- 16 11月, 2012 1 次提交
-
-
由 naoto 提交于
Reviewed-by: okutsu
-
- 15 11月, 2012 1 次提交
-
-
由 jgish 提交于
Reviewed-by: alanb
-
- 12 11月, 2012 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: naoto
-
- 08 11月, 2012 1 次提交
-
-
由 naoto 提交于
8001205: Calendar.getDisplayName(...): Returns null when provider is SPI but there is no SPI implementation 8001562: Collator.getAvailableLocales() doesn't return all locales for which localized instances are available Reviewed-by: okutsu
-
- 02 11月, 2012 2 次提交
- 30 10月, 2012 1 次提交
-
-
由 naoto 提交于
Reviewed-by: okutsu
-
- 26 10月, 2012 1 次提交
-
-
由 jgish 提交于
Reviewed-by: mchung, alanb
-
- 18 10月, 2012 2 次提交
- 17 10月, 2012 4 次提交
-
-
由 ngmr 提交于
Reviewed-by: mduigou, alanb
-
由 alanb 提交于
8000685: (props) Properties.storeToXML/loadFromXML should only require UTF-8 and UTF-16 to be supported Reviewed-by: mchung, chegar
-
由 khazra 提交于
Summary: Using class member field to get node instead of argument Reviewed-by: alanb
-
由 naoto 提交于
8000245: SimpleDateFormat.format(date, StringBuffer, FieldPosition) doesn't work as expected with custom extensions 8000273: java.util.Locale.getDisplayVariant(Locale l) isn't transferred to the custom service provider 8000615: JRE adapter: timezone name of en_US is changed when extension directory is added Reviewed-by: okutsu
-
- 13 10月, 2012 1 次提交
-
-
由 jgish 提交于
Reviewed-by: alanb, mchung
-
- 10 10月, 2012 1 次提交
-
-
由 naoto 提交于
Reviewed-by: okutsu
-
- 06 10月, 2012 2 次提交
- 05 10月, 2012 1 次提交
-
-
由 naoto 提交于
7197573: java/util/Locale/LocaleProviders.sh failed. Reviewed-by: okutsu
-
- 02 10月, 2012 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: alanb
-
- 28 9月, 2012 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: naoto, okutsu
-
- 19 9月, 2012 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb
-
- 18 9月, 2012 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb
-
- 11 9月, 2012 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb
-
- 08 9月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: naoto
-
- 22 8月, 2012 1 次提交
-
-
由 naoto 提交于
4609153: Provide locale data for Indic locales 5104387: Support for gl_ES locale (galician language) 6337471: desktop/system locale preferences support 7056139: (cal) SPI support for locale-dependent Calendar parameters 7058206: Provide CalendarData SPI for week params and display field value names 7073852: Support multiple scripts for digits and decimal symbols per locale 7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat 7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales 7151414: (cal) Support calendar type identification 7168528: LocaleServiceProvider needs to be aware of Locale extensions 7171372: (cal) locale's default Calendar should be created if unknown calendar is specified Summary: JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o packaging changes. by Naoto Sato and Masayoshi Okutsu) Reviewed-by: erikj, sherman, peytoia
-
- 19 8月, 2012 1 次提交
-
-
由 alanb 提交于
Summary: Reduce dependency to PropertyChangeListener and PropertyChangeEvent. Also add basic test coverage. Reviewed-by: dcubed, dsamersoff, mchung
-
- 10 8月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: fixed the incorrect implementation in expr(...) Reviewed-by: psandoz, alanb
-
- 04 8月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: re-implemented getBytesRead/Writtten() at java level Reviewed-by: andrew, alanb
-
- 14 7月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Change native code to convey to Java code whether a new node was added Reviewed-by: alanb, chegar
-
- 27 6月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, forax, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
- 19 6月, 2012 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: naoto
-
- 16 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Adds additional tests of Map iterators and Iterator.remove() Reviewed-by: lancea
-
- 07 6月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb, chegar, forax, mduigou Contributed-by: dbelfer@gmail.com
-
- 01 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: If the key to be inserted into a HashMap is null and the table needs to be resized as part of the insertion then addEntry will try to recalculate the hash of a null key. This will fail with an NPE. Reviewed-by: darcy
-
- 31 5月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck. Reviewed-by: alanb, forax, dl
-
- 29 5月, 2012 1 次提交
-
-
由 littlee 提交于
Reviewed-by: alanb, okutsu
-
- 25 5月, 2012 1 次提交
-
-
由 youdwei 提交于
Reviewed-by: okutsu
-
- 12 5月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Avoids mostly benign but sometimes expensive race condition on initialization of UUID.numberGenerator which is used by UUID.randomUUID() Reviewed-by: alanb, chegar
-
- 10 5月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Insert null argument check in AbstractPreferences.remove() Reviewed-by: dholmes, chegar, alanb
-