- 01 10月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, darcy, ulfzibis, iris, naoto, dholmes
-
- 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
-
- 09 3月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mcimadamore, jjg
-
- 07 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: NAlan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
-
- 02 3月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Ensure that sun.misc.VM.booted() is the last action in System.initSystemClass() Reviewed-by: dholmes, alanb
-
- 29 2月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 17 2月, 2012 2 次提交
- 01 2月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: mchung, dholmes
-
- 21 1月, 2012 1 次提交
-
-
由 darcy 提交于
4215269: Some Integer.toHexString(int) results cannot be decoded back to an int 6322074: Converting integers to string as if unsigned Reviewed-by: mduigou, emcmanus, flar
-
- 19 1月, 2012 3 次提交