- 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>
-
- 30 6月, 2012 1 次提交
-
-
由 smarks 提交于
Reviewed-by: forax, mduigou Contributed-by: NJoe Bowbeer <joe.bowbeer@gmail.com>
-
- 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
-
- 18 5月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Removes the use of shared character array buffers by String along with the two fields needed to support the use of shared buffers. Reviewed-by: alanb, mduigou, forax, briangoetz Contributed-by: brian.doherty@oracle.com
-
- 24 1月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 03 12月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: Fix to ensure singleton property of String.CaseInsensitiveComparator is maintained through de/serialization. Reviewed-by: alanb, forax, smarks, dholmes Contributed-by: darryl.mocek@oracle.com
-
- 14 4月, 2011 1 次提交
-
-
由 jjh 提交于
7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks 7032965: API files in java.io need to updated for references to JVM Spec with editions/hyperlinks 7032958: API files in java.lang need to updated for references to JLS with editions/hyperlinks 7032961: API files in java.lang need to updated for references to JVM with editions/hyperlinks 7032976: API files in javax.lang need to be updated for references to JLS with editions/hyperlinks 7032959: API files in java.util need to updated for references to JLS with editions/hyperlinks 7032962: API files in java.util need to updated for references to JVM Spec with editions/hyperlinks 7032967: API files in java.security need to updated for references to JVM Spec with editions/hyperlinks 7032955: API files in java.math need to updated for references to JLS with editions/hyperlinks Summary: Removed URLs and 'edition' references Reviewed-by: darcy
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 21 12月, 2010 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
-
- 01 7月, 2010 4 次提交
-
-
由 martin 提交于
Summary: Add public variants of methods Surrogate.high, Surrogate.low Reviewed-by: okutsu, sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
由 martin 提交于
Summary: Make wording of javadoc clearer and more consistent Reviewed-by: sherman
-
由 martin 提交于
Summary: Rewrite lastIndexOf for performance and correctness Reviewed-by: sherman Contributed-by: NReviewed by Ulf Zibis <ulf.zibis@gmx.de>
-
由 martin 提交于
Summary: Move isBmpCodePoint from sun.nio.cs.Surrogate to Character Reviewed-by: sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 10 5月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Replace \uXXXX by \u005CXXXX, or simply delete Reviewed-by: sherman
-
- 28 2月, 2010 1 次提交
-
-
由 alanb 提交于
Reviewed-by: darcy, ohair
-
- 08 10月, 2009 1 次提交
-
-
由 darcy 提交于
6655735: Integer.toString() and String.valueOf(int) contain slow delegations Reviewed-by: lancea
-
- 14 8月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: Added a fastpath for simple use case Reviewed-by: alanb, martin
-
- 10 4月, 2009 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu, naoto
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-