- 23 8月, 2009 1 次提交
-
-
由 alanb 提交于
Reviewed-by: andrew, darcy
-
- 14 8月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: Added a fastpath for simple use case Reviewed-by: alanb, martin
-
- 12 8月, 2009 1 次提交
-
-
由 dcubed 提交于
Summary: Fix typos in the JavaDoc. Reviewed-by: tbell
-
- 11 8月, 2009 2 次提交
- 30 7月, 2009 2 次提交
- 29 7月, 2009 3 次提交
-
-
由 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
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
-
- 25 7月, 2009 2 次提交
- 22 7月, 2009 1 次提交
-
-
由 poonam 提交于
Summary: Making demandLogger() non-synchronized resolves the deadlock. Reviewed-by: dcubed
-
- 21 7月, 2009 1 次提交
-
-
由 mullan 提交于
Reviewed-by: vinnie
-
- 16 7月, 2009 2 次提交
- 14 7月, 2009 2 次提交
- 10 7月, 2009 3 次提交
-
-
由 darcy 提交于
Reviewed-by: mr
-
由 dcherepanov 提交于
Reviewed-by: art
-
由 dcherepanov 提交于
Reviewed-by: art
-
- 08 7月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: chegar
-
- 07 7月, 2009 1 次提交
-
-
由 anthony 提交于
Summary: Window.setBackground() should check for null. Reviewed-by: art, dcherepanov
-
- 06 7月, 2009 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: rupashka
-
- 03 7月, 2009 2 次提交
- 02 7月, 2009 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: rupashka, alexp
-
- 30 6月, 2009 1 次提交
-
-
由 sherman 提交于
6553961: java.util.zip.{CRC32,Adler32}.update(int) doc errors 6646605: Missing method ZipFile.getComment() 6841232: ZipFile should implement Closeable 4985614: Failure on calls to ZipFile constructor 5032358: "java.util.zip.ZipException: The system cannot find the file specified" 6846616: java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255 Summary: some misc bug/rfe fixes for zipfile Reviewed-by: alanb
-
- 28 6月, 2009 2 次提交
- 27 6月, 2009 1 次提交
-
-
由 jjg 提交于
Reviewed-by: jjg, mcimadamore, darcy Contributed-by: mernst@cs.washington.edu, mali@csail.mit.edu, mpapi@csail.mit.edu
-
- 25 6月, 2009 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 24 6月, 2009 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: peterz
-
- 23 6月, 2009 3 次提交
-
-
由 dcherepanov 提交于
Reviewed-by: art, anthony, igor, alexp
-
由 prr 提交于
Reviewed-by: igor, jgodinez
-
由 jgodinez 提交于
Reviewed-by: campbell, prr
-
- 21 6月, 2009 1 次提交
-
-
由 xlu 提交于
Summary: The returned result from multiply should be constructed by using valueOf to take care of the INFLATED case. Reviewed-by: darcy
-
- 19 6月, 2009 1 次提交
-
-
由 jccollet 提交于
Summary: Removed Preferences API use and fixed a few findbugs gotchas Reviewed-by: alanb
-
- 18 6月, 2009 1 次提交
-
-
由 ant 提交于
Reviewed-by: dcherepanov
-
- 15 6月, 2009 1 次提交
-
-
由 martin 提交于
6511515: poor performance of LogRecord.inferCaller depending on java.lang.Throwable.getStackTraceElement Summary: Allow random access to stack trace elements; retrieve only needed ones Reviewed-by: swamyv Contributed-by: jeremymanson@google.com
-