- 15 5月, 2020 1 次提交
-
-
由 snazarki 提交于
Reviewed-by: andrew, aph
-
- 18 3月, 2014 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: alanb, martin, mduigou, ulfzibis
-
- 27 12月, 2013 1 次提交
-
-
由 lana 提交于
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
-
- 10 10月, 2013 1 次提交
-
-
由 bchristi 提交于
Summary: Override remove() method in DescendingKeyIterator Reviewed-by: alanb, mduigou, psandoz
-
- 28 9月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: mduigou Contributed-by: paul.sandoz@oracle.com
-
- 14 9月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: psandoz, alanb
-
- 20 8月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: alanb, mduigou
-
- 13 8月, 2013 1 次提交
-
-
由 chegar 提交于
Summary: Update ProblemList and remove AggressiveOpts MOAT test run Reviewed-by: chegar, alanb Contributed-by: NAmy Lu <amy.lu@oracle.com>
-
- 13 7月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: dmocek, martin, smarks
-
- 12 6月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: psandoz, briangoetz, mduigou, plevart
-
- 08 5月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: mduigou, chegar, dholmes Contributed-by: NBrandon Passanisi <brandon.passanisi@oracle.com>
-
- 23 4月, 2013 1 次提交
-
-
由 akhil 提交于
Reviewed-by: alanb, dholmes, mduigou, psandoz, smarks Contributed-by: NAkhil Arora <akhil.arora@oracle.com>, Arne Siegel <v.a.ammodytes@googlemail.com>, Brian Goetz <brian.goetz@oracle.com>
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 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
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 22 2月, 2011 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 21 9月, 2010 1 次提交
-
-
由 dl 提交于
Summary: Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes. Reviewed-by: martin, dholmes, chegar
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 06 11月, 2009 1 次提交
-
-
由 martin 提交于
Summary: LinkedList of size N creates N+1 instead of N+2 objects. Comparing against null is faster than comparing against sentinel node Reviewed-by: dl, jjb, forax
-
- 03 11月, 2009 1 次提交
-
-
由 dl 提交于
6865571: Add a lightweight task framework known as ForkJoin 6445158: Phaser - an improved CyclicBarrier 6865579: Add TransferQueue/LinkedTransferQueue Reviewed-by: martin, chegar, dice
-
- 26 8月, 2009 1 次提交
-
-
由 dl 提交于
Summary: Fix all known flaky tests, plus minor maintenance Reviewed-by: martin, chegar
-
- 29 7月, 2009 1 次提交
-
-
由 dl 提交于
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently Summary: Faster, more correct. Use self-linking trick to avoid gc retention Reviewed-by: martin, dholmes
-
- 25 3月, 2009 1 次提交
-
-
由 dl 提交于
6800572: Removing elements from views of NavigableMap implementations does not always work correctly. Summary: Replace use of new TreeSet with new KeySet Reviewed-by: martin
-
- 11 5月, 2008 2 次提交
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-