- 19 8月, 2012 1 次提交
-
-
由 alanb 提交于
Summary: Reduce dependency to PropertyChangeListener and PropertyChangeEvent. Also add basic test coverage. Reviewed-by: dcubed, dsamersoff, mchung
-
- 10 8月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: fixed the incorrect implementation in expr(...) Reviewed-by: psandoz, alanb
-
- 04 8月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: re-implemented getBytesRead/Writtten() at java level Reviewed-by: andrew, alanb
-
- 14 7月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Change native code to convey to Java code whether a new node was added Reviewed-by: alanb, chegar
-
- 27 6月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, forax, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
- 19 6月, 2012 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: naoto
-
- 16 6月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Adds additional tests of Map iterators and Iterator.remove() Reviewed-by: lancea
-
- 07 6月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb, chegar, forax, mduigou Contributed-by: dbelfer@gmail.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 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
-
- 29 5月, 2012 1 次提交
-
-
由 littlee 提交于
Reviewed-by: alanb, okutsu
-
- 25 5月, 2012 1 次提交
-
-
由 youdwei 提交于
Reviewed-by: okutsu
-
- 12 5月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Avoids mostly benign but sometimes expensive race condition on initialization of UUID.numberGenerator which is used by UUID.randomUUID() Reviewed-by: alanb, chegar
-
- 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
-
- 26 4月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Insert null check of argument in remove()'s implementation Reviewed-by: forax, chegar, alanb
-
- 13 4月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: Updated to throw IAE instead. Reviewed-by: lancea
-
- 10 4月, 2012 1 次提交
-
-
由 littlee 提交于
Reviewed-by: dholmes, mduigou Contributed-by: NSean Zhou <zhouyx@linux.vnet.ibm.com>, Ulf Zibis <ulf.zibis@gmx.de>, David Holmes <david.holmes@oracle.com>
-
- 04 4月, 2012 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dl, dholmes
-
- 15 3月, 2012 1 次提交
-
-
由 yhuang 提交于
Reviewed-by: naoto
-
- 12 3月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: alanb, sherman
-
- 08 3月, 2012 1 次提交
-
-
由 dholmes 提交于
7092140: Test: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails on SE-E due to -XX:-UsePerfData Summary: Add -XX:+UsePerfData to invocation of exec'd JVM Reviewed-by: alanb, chegar
-
- 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>
-
- 24 2月, 2012 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: alanb, dholmes, mduigou
-
- 08 2月, 2012 3 次提交
- 07 2月, 2012 1 次提交
-
-
由 yhuang 提交于
Reviewed-by: naoto
-
- 30 1月, 2012 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 26 1月, 2012 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 10 1月, 2012 1 次提交
-
-
由 ngmr 提交于
Summary: java.util.EnumMap.NULL equals() must only be true for itself Reviewed-by: alanb, mduigou Contributed-by: NNeil Richards <neil.richards@ngmr.net>
-
- 20 12月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: updated RemoveQEQuotation() to deal with this case correctly Reviewed-by: sherman Contributed-by: stephen.flores@oracle.com
-
- 12 12月, 2011 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 06 12月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: updated the incorrect StringBuilder constructor usage Reviewed-by: dholmes, sherman Contributed-by: brandon.passanisi@oracle.com
-
- 02 12月, 2011 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 30 11月, 2011 2 次提交
- 21 11月, 2011 1 次提交
-
-
由 alanb 提交于
7114125: TEST_BUG: java/util/Timer/KillThread.java should use volatile cross thread variable declaration Reviewed-by: dholmes, alanb Contributed-by: gary.adams@oracle.com
-
- 20 11月, 2011 1 次提交
-
-
由 alanb 提交于
6731620: TEST_BUG: java/util/Timer/Args.java is too optimistic about the execution time of System.out.printf Reviewed-by: dholmes, forax Contributed-by: gary.adams@oracle.com
-