- 30 8月, 2012 1 次提交
-
-
由 dxu 提交于
Reviewed-by: dholmes, alanb, ulfzibis
-
- 29 8月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-
- 28 8月, 2012 1 次提交
-
-
由 mullan 提交于
7192896: Reason of CertPathValidatorException should be UNDETERMINED_REVOCATION_STATUS if OCSP request failed Reviewed-by: xuelei
-
- 27 8月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: mullan
-
- 25 8月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, dholmes, dsamersoff, sspitsyn, psandoz
-
- 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
-
- 21 8月, 2012 1 次提交
-
-
由 alanb 提交于
7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close Reviewed-by: alanb Contributed-by: NShirish Kuncolienkar <shirishk@linux.vnet.ibm.com>
-
- 19 8月, 2012 1 次提交
-
-
由 alanb 提交于
Summary: Reduce dependency to PropertyChangeListener and PropertyChangeEvent. Also add basic test coverage. Reviewed-by: dcubed, dsamersoff, mchung
-
- 17 8月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jrose
-
- 18 8月, 2012 1 次提交
-
-
由 mullan 提交于
Reviewed-by: mullan Contributed-by: jason.uh@oracle.com
-
- 16 8月, 2012 1 次提交
-
-
由 robm 提交于
Reviewed-by: alanb
-
- 15 8月, 2012 1 次提交
-
-
由 andrew 提交于
Summary: Make SYSTEM_ZLIB more flexible by using ZLIB_{CFLAGS,LIBS} and building on more than just MACOSX. Reviewed-by: sherman, alanb
-
- 13 8月, 2012 1 次提交
-
-
由 youdwei 提交于
Reviewed-by: okutsu
-
- 10 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 09 8月, 2012 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy, jjg
-
- 13 8月, 2012 3 次提交
-
-
由 vinnie 提交于
Reviewed-by: xuelei, alanb
-
由 luchsh 提交于
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown Reviewed-by: alanb
-
由 chegar 提交于
Reviewed-by: chegar Contributed-by: NChristian Schulte <cs@schulte.it>
-
- 11 8月, 2012 3 次提交
-
-
由 valeriep 提交于
Summary: Saved the last cipher key value and skip key expansion if key value is the same. Reviewed-by: weijun, xuelei
-
由 valeriep 提交于
Summary: Changed the type of field "exemptCache" from HashMap to ConcurrentHashMap. Reviewed-by: weijun, xuelei
-
由 valeriep 提交于
Summary: Changed the type of field "perms" from Hashtable to ConcurrentHashMap. Reviewed-by: weijun, xuelei
-
- 10 8月, 2012 2 次提交
- 08 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 03 8月, 2012 1 次提交
-
-
由 dmocek 提交于
Reviewed-by: dholmes, smarks
-
- 02 8月, 2012 1 次提交
-
-
由 mullan 提交于
Reviewed-by: mullan, xuelei, weijun Contributed-by: jason.uh@oracle.com
-
- 01 8月, 2012 1 次提交
-
-
由 mullan 提交于
Reviewed-by: vinnie
-
- 31 7月, 2012 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: dholmes, darcy, jjh, sherman
-
- 04 8月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: re-implemented getBytesRead/Writtten() at java level Reviewed-by: andrew, alanb
-
- 31 7月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: alanb
-
- 30 7月, 2012 2 次提交
- 28 7月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: Change contentEquals( CharSequence cs ) to do synchronization if cs is a StringBuffer Reviewed-by: mduigou Contributed-by: NJim Gish <jim.gish@oracle.com>
-
- 27 7月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: xuelei, chegar
-
- 25 7月, 2012 4 次提交
-
-
由 malenkov 提交于
Reviewed-by: art, rupashka
-
由 rupashka 提交于
Reviewed-by: alexsch
-
由 sherman 提交于
Summary: Migrated all jis based charsets to new implementation Reviewed-by: okutsu
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, mhaupt, forax Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 24 7月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-
- 21 7月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-