- 14 11月, 2012 3 次提交
-
-
由 mduigou 提交于
Summary: Adds a constant BYTES to each of the primitive wrapper classes (Byte, Character, Double, Float, Integer, Long, Short) with the calculation Primitive.SIZE / Byte.SIZE already made. Reviewed-by: dholmes
-
由 jjg 提交于
Reviewed-by: alanb
-
由 mduigou 提交于
Summary: Adds static utility methods to each primitive wrapper class to allow calculation of a hashCode value from an unboxed primitive. Reviewed-by: darcy, smarks, dholmes
-
- 08 11月, 2012 2 次提交
- 07 11月, 2012 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 30 10月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: update StringBuilder & StringBuffer to consistently handle forwarding to AbstractStringBuilder. Some additional cleanup (removal of refs to sub-classes from AbstractStringBuilder) Reviewed-by: chegar, alanb, mduigou
-
- 26 10月, 2012 1 次提交
-
-
由 rfield 提交于
Summary: Implement lambda invokedynamic bootstrap by generating at runtime an inner class that implements the functional interface Reviewed-by: twisti
-
- 20 10月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 01 10月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, darcy, ulfzibis, iris, naoto, dholmes
-
- 21 9月, 2012 1 次提交
-
-
由 jrose 提交于
Summary: Bind callers to caller-sensitive methods. Reviewed-by: twisti, jjh, vlivanov, ahgross
-
- 19 9月, 2012 2 次提交
- 15 9月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, sla, egahlin
-
- 01 9月, 2012 1 次提交
-
-
由 dxu 提交于
Summary: Clean-up JDK Build Warnings in java.util, java.io Packages Reviewed-by: smarks, darcy, khazra, dholmes, forax, dl, andrew, aph, omajid, ulfzibis, christos, mduigou
-
- 29 8月, 2012 1 次提交
-
-
由 jrose 提交于
7194612: api/java_lang/invoke/MethodHandles/Lookup/index.html#ExceptionsTests[findVirtualNSME] fails w/ -esa Reviewed-by: kvn, twisti
-
- 25 8月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, dholmes, dsamersoff, sspitsyn, psandoz
-
- 18 8月, 2012 1 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti, kvn
-
- 10 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 09 8月, 2012 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy, jjg
-
- 08 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 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>
-
- 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
-
- 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
-
- 26 6月, 2012 1 次提交
-
-
由 robm 提交于
Reviewed-by: alanb
-
- 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
-
- 24 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 次提交
-
-
由 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
-
- 03 5月, 2012 1 次提交
-
-
由 forax 提交于
Reviewed-by: darcy, alanb
-
- 29 3月, 2012 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 28 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: alanb, dcubed
-
- 15 3月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: dholmes, sla
-