- 04 12月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: ohair
-
- 01 12月, 2009 1 次提交
-
-
由 ohair 提交于
Reviewed-by: alanb
-
- 11 11月, 2009 1 次提交
-
-
由 alanb 提交于
Reviewed-by: jjb Contributed-by: vladimir.yaroslavskiy@sun.com, joshua.bloch@google.com
-
- 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
-
- 31 10月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: Fixed the boundary check in Deflater.java Reviewed-by: alanb
-
- 30 10月, 2009 2 次提交
- 28 10月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Added a new PlatformLoggingMXBean interface to extend PlatformManagedObject instead of LoggingMXBean Reviewed-by: alanb
-
- 24 10月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb, gafter
-
- 22 10月, 2009 2 次提交
- 20 10月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: darcy Contributed-by: jjb@google.com
-
- 10 10月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: sherman
-
- 31 8月, 2009 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 26 8月, 2009 1 次提交
-
-
由 dl 提交于
Summary: Fix all known flaky tests, plus minor maintenance Reviewed-by: martin, chegar
-
- 14 8月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: Moved the existing test cases for prefs to open area Reviewed-by: martin, alanb
-
- 30 7月, 2009 1 次提交
-
-
由 jjb 提交于
Summary: Easy port of timsort from android Reviewed-by: martin
-
- 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
-
- 25 7月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: throw appropriate exception when necessary Reviewed-by: alanb
-
- 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
-
- 27 5月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: remove @ignore Reviewed-by: swamyv
-
- 19 5月, 2009 1 次提交
-
-
由 ohair 提交于
Reviewed-by: tbell
-
- 29 4月, 2009 1 次提交
-
-
由 ohair 提交于
Reviewed-by: tbell
-
- 21 4月, 2009 3 次提交
- 17 4月, 2009 1 次提交
-
-
由 sherman 提交于
4532049: IllegalArgumentException in ZipInputStream while reading unicode file 5030283: Incorrect implementation of UTF-8 in zip package 4700978: ZipFile can't treat Japanese name in a zipfile properly 4980042: Cannot use Surrogates in zip file metadata like filenames 4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name Summary: Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file Reviewed-by: alanb, martin
-
- 03 4月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: The ZIP64 format support is added for > 4GB jar/zip files Reviewed-by: alanb, martin
-
- 02 4月, 2009 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 01 4月, 2009 1 次提交
-
-
由 ohair 提交于
Summary: A work in progress on adding to the jprt testing. Reviewed-by: tbell
-
- 27 3月, 2009 1 次提交
-
-
由 dl 提交于
Summary: Introduce PROPAGATE waitStatus Reviewed-by: martin
-
- 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
-
- 21 3月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: Need accept the digit as the first char of the group name Reviewed-by: alanb
-
- 25 2月, 2009 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: alanb
-
- 24 2月, 2009 2 次提交
- 04 2月, 2009 1 次提交
-
-
由 bae 提交于
Reviewed-by: igor, swamyv
-
- 23 1月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: Correct the wrong calculation of "precision" in certain circumstances. Reviewed-by: darcy, alanb
-