- 29 7月, 2009 2 次提交
-
-
由 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
-
由 dl 提交于
6493942: ConcurrentLinkedQueue.remove sometimes very slow Summary: new algorithm for handling concurrent linked lists Reviewed-by: martin
-
- 27 3月, 2009 2 次提交
- 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
-
- 25 2月, 2009 1 次提交
-
-
由 dl 提交于
Summary: Read fields in reverse initialization order Reviewed-by: martin
-
- 01 8月, 2008 1 次提交
-
-
由 dl 提交于
Reviewed-by: martin, dholmes, chegar
-
- 11 3月, 2008 4 次提交
-
-
由 martin 提交于
Reviewed-by: dholmes Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: dholmes Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-