- 31 8月, 2012 1 次提交
-
-
由 bagiras 提交于
Reviewed-by: art, anthony, ahgross
-
- 10 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 08 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 04 8月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: re-implemented getBytesRead/Writtten() at java level Reviewed-by: andrew, alanb
-
- 02 8月, 2012 1 次提交
-
-
由 mullan 提交于
Reviewed-by: mullan, xuelei, weijun Contributed-by: jason.uh@oracle.com
-
- 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>
-
- 25 7月, 2012 1 次提交
-
-
由 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>
-
- 19 7月, 2012 2 次提交
- 12 7月, 2012 4 次提交
-
-
由 jrose 提交于
Summary: Replace internTable with a weak-reference version. Reviewed-by: sundar, forax, brutisso Contributed-by: james.laskey@oracle.com
-
由 jrose 提交于
7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited Reviewed-by: twisti
-
由 jrose 提交于
Summary: add null checks before unsafe calls that take a variable base reference; update unit tests Reviewed-by: kvn, twisti
-
由 jrose 提交于
Summary: Track intermediate states more precisely, according to spec. Reviewed-by: twisti, forax
-
- 04 7月, 2012 1 次提交
-
-
由 erikj 提交于
Reviewed-by: ohair
-
- 03 7月, 2012 1 次提交
-
-
由 smarks 提交于
Reviewed-by: forax, khazra, smarks Contributed-by: NMani Sarkar <sadhak001@gmail.com>
-
- 30 6月, 2012 2 次提交
-
-
由 smarks 提交于
Reviewed-by: forax, mduigou Contributed-by: NJoe Bowbeer <joe.bowbeer@gmail.com> -
由 jgish 提交于
Summary: add usage note to clarify thread safety Reviewed-by: briangoetz, mduigou Contributed-by: jim.gish@oracle.com
-
- 27 6月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, forax, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
- 26 6月, 2012 1 次提交
-
-
由 robm 提交于
Reviewed-by: alanb
-
- 19 6月, 2012 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: naoto
-
- 15 6月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: weijun, coffeys Contributed-by: edvard.wendelin@oracle.com
-
- 14 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: several minor optimizations to hashing methods used by hash map classes Reviewed-by: dholmes
-
- 08 6月, 2012 2 次提交
- 07 6月, 2012 3 次提交
-
-
由 mduigou 提交于
Summary: Corrects a problem with HashMap.removeEntry() that caused a JCK test to fail Reviewed-by: mduigou Contributed-by: alan.bateman@oracle.com
-
由 alanb 提交于
Reviewed-by: alanb, chegar, forax, mduigou Contributed-by: dbelfer@gmail.com
-
由 xuelei 提交于
Summary: take care of integer addition overflow Reviewed-by: xuelei, wetmore Contributed-by: NJonathan Lu <luchsh@linux.vnet.ibm.com>
-
- 04 6月, 2012 1 次提交
-
-
由 littlee 提交于
Reviewed-by: dholmes, mduigou
-
- 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 2 次提交
-
-
由 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
-
由 mullan 提交于
6637288: Add OCSP support to PKIX CertPathBuilder implementation 7126011: ReverseBuilder.getMatchingCACerts may throws NPE Reviewed-by: xuelei
-
- 26 5月, 2012 1 次提交
-
-
由 ant 提交于
Reviewed-by: art
-
- 24 5月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: update javadoc for NumberFormatException Reviewed-by: alanb
-
- 25 5月, 2012 1 次提交
-
-
由 dbhole 提交于
Reviewed-by: jrose, smarks
-
- 24 5月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: update javadoc for IllegalArgumentException and NumberFormatException Reviewed-by: alanb
-
- 22 5月, 2012 1 次提交
-
-
由 ant 提交于
Reviewed-by: art
-
- 19 5月, 2012 1 次提交
-
-
由 jrose 提交于
Summary: Base SecurityManager checks on either of Lookup.lookupClass or caller class; also clarify Lookup access checks. Reviewed-by: twisti
-