- 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>
-
- 12 7月, 2012 1 次提交
-
-
由 jrose 提交于
Summary: add null checks before unsafe calls that take a variable base reference; update unit tests Reviewed-by: kvn, twisti
-
- 19 6月, 2012 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: naoto
-
- 18 6月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, coffeys
-
- 16 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Adds additional tests of Map iterators and Iterator.remove() Reviewed-by: lancea
-
- 15 6月, 2012 1 次提交
-
-
由 mullan 提交于
Reviewed-by: xuelei
-
- 14 6月, 2012 1 次提交
-
-
由 alanb 提交于
7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win] Reviewed-by: khazra, chegar
-
- 09 6月, 2012 1 次提交
-
-
由 robm 提交于
7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true Reviewed-by: alanb, chegar
-
- 08 6月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: mduigou
-
- 07 6月, 2012 3 次提交
-
-
由 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>
-
由 alanb 提交于
Reviewed-by: coffeys, chegar
-
- 05 6月, 2012 1 次提交
-
-
由 omajid 提交于
Reviewed-by: art, anthony Contributed-by: NDenis Lila <dlila@redhat.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 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
-
- 30 5月, 2012 1 次提交
-
-
由 luchsh 提交于
Reviewed-by: serb, art
-
- 29 5月, 2012 1 次提交
-
-
由 littlee 提交于
Reviewed-by: alanb, okutsu
-
- 25 5月, 2012 2 次提交
- 21 5月, 2012 2 次提交
- 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
-
- 18 5月, 2012 1 次提交
-
-
由 ant 提交于
7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application. Summary: forward port from 7u4 Reviewed-by: art
-
- 17 5月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: alanb
-
- 12 5月, 2012 2 次提交
- 11 5月, 2012 2 次提交
- 10 5月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Insert null argument check in AbstractPreferences.remove() Reviewed-by: dholmes, chegar, alanb
-
- 09 5月, 2012 1 次提交
-
-
由 sherman 提交于
7014640: To add a metachar \R for line ending and character classes for vertical/horizontal ws \v \V \h \H Summary: added propsoed constructs Reviewed-by: alanb
-
- 08 5月, 2012 1 次提交
-
-
由 dholmes 提交于
Summary: Perform class.getField inside a doPrivileged block Reviewed-by: chegar, psandoz
-
- 02 5月, 2012 1 次提交
-
-
由 alexsch 提交于
Reviewed-by: anthony, leonidr
-
- 01 5月, 2012 1 次提交
-
-
由 alanb 提交于
7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11] Reviewed-by: chegar
-
- 26 4月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Insert null check of argument in remove()'s implementation Reviewed-by: forax, chegar, alanb
-
- 24 4月, 2012 1 次提交
-
-
由 anthony 提交于
Summary: Open-source the tests Reviewed-by: art
-
- 23 4月, 2012 1 次提交
-
-
由 alanb 提交于
7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx] Reviewed-by: chegar
-
- 20 4月, 2012 1 次提交
-
-
由 zhouyx 提交于
Summary: Make sure the cursor is visible by setVisible(true) Reviewed-by: rupashka, alexp
-
- 18 4月, 2012 1 次提交
-
-
由 joehw 提交于
Summary: bring JDK8 up to date to what we have in 7u4 Reviewed-by: lancea, mullan
-
- 17 4月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb, chegar Contributed-by: jim.gish@oracle.com, forax@univ-mlv.fr
-