- 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
-
- 17 5月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: ZIP libjsig.debuginfo links into libjsig.diz files since aurora doesn't like dangling symlinks Reviewed-by: katleman
-
- 11 4月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Add initial FDS support to some libraries and programs. Reviewed-by: kamg, fparain, sspitsyn, dsamersoff
-
- 10 4月, 2012 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: ohair, erikj
-
- 05 4月, 2012 1 次提交
-
-
由 kizune 提交于
Reviewed-by: anthony
-
- 28 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: alanb, dcubed
-
- 24 3月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Preserve symlinks in zip archives. Reviewed-by: dholmes, ohair
-
- 23 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: andrew, anthony, ohrstrom, dsamersoff
-
- 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>
-
- 06 3月, 2012 1 次提交
-
-
由 prr 提交于
Reviewed-by: ohair, alanb
-
- 16 2月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: acorn, mchung, phh
-
- 04 1月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: mchung, dholmes
-
- 30 12月, 2011 1 次提交
-
-
由 smarks 提交于
Reviewed-by: chegar, alanb, dholmes, ohair
-
- 14 12月, 2011 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: hawtin, coffeys
-
- 30 11月, 2011 2 次提交
- 08 11月, 2011 1 次提交
-
-
由 sherman 提交于
7082884: Incorrect UTF8 conversion for sequence ED 31 7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf Summary: Updated UTF8 and added CESU-8 to following the latest Standard Reviewed-by: alanb
-
- 25 10月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: mduigou, alanb
-
- 29 9月, 2011 1 次提交
-
-
由 xuelei 提交于
Summary: Changes to security related java and make files to remove warnings Reviewed-by: xuelei Contributed-by: kurchi.subhra.hazra@oracle.com
-
- 05 10月, 2011 1 次提交
-
-
由 okutsu 提交于
6984762: Invalid close of file descriptor '-1' in findZoneinfoFile Reviewed-by: coffeys, ohair, naoto, peytoia
-
- 21 9月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Add support for importing .debuginfo files from HSX. Reviewed-by: phh
-
- 18 9月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: forax
-
- 17 9月, 2011 1 次提交
-
-
由 chegar 提交于
Summary: Minor changes to networking java files to remove warnings Reviewed-by: chegar, weijun, hawtin Contributed-by: kurchi.subhra.hazra@oracle.com, sasha_bu@hotmail.com
-
- 14 9月, 2011 1 次提交
-
-
由 mchung 提交于
7090178: Move java.util.XMLUtils to another package to avoid split package Reviewed-by: alanb, sherman
-
- 18 8月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: Removed sun.io package and related test cases Reviewed-by: alanb
-
- 16 8月, 2011 2 次提交
- 15 8月, 2011 1 次提交
-
-
由 yhuang 提交于
Reviewed-by: naoto
-
- 07 8月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb, mduigou
-
- 30 7月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy Contributed-by: alexandre.boulgakov@oracle.com
-
- 29 7月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: alanb, chegar Contributed-by: alexandre.boulgakov@oracle.com
-
- 21 7月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy Contributed-by: alexandre.boulgakov@oracle.com
-
- 28 6月, 2011 1 次提交
-
-
由 dholmes 提交于
Summary: Allow platform specific files to be located at build time instead of generating them Reviewed-by: alanb, ohair
-
- 16 5月, 2011 1 次提交
-
-
由 fparain 提交于
Summary: Add a JMX notification to GarbageCollectorMXBeans Reviewed-by: acorn, mchung
-
- 10 5月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: forax, chegar
-
- 07 5月, 2011 1 次提交
-
-
由 fparain 提交于
Summary: Add getProcessCpuLoad() and getSystemCpuLoad() to the OperatingSystemMXBean Reviewed-by: acorn, dholmes, mchung
-
- 04 5月, 2011 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb, mr, darcy
-
- 29 4月, 2011 2 次提交
- 27 4月, 2011 1 次提交
-
-
由 alanb 提交于
7039186: (ch) EPoll based asynchronous I/O implementation should be portable to linux-arm and linux-ppc Reviewed-by: dholmes
-