- 10 5月, 2010 1 次提交
-
-
由 martin 提交于
Summary: seed uniquifier should use an independent PRNG Reviewed-by: dl
-
- 09 5月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Rewrite PriorityQueue constructors for best performance and error handling Reviewed-by: dholmes, chegar
-
- 20 4月, 2010 1 次提交
-
-
由 naoto 提交于
Reviewed-by: ohair
-
- 16 4月, 2010 1 次提交
-
-
由 sherman 提交于
Summary: update to the correct bugid Reviewed-by: martin
-
- 08 4月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Check if release could make number of permits negative Reviewed-by: dl, dholmes
-
- 07 2月, 2010 1 次提交
-
-
由 sherman 提交于
Summary: to create the test file at test.dir Reviewed-by: alanb
-
- 05 2月, 2010 1 次提交
-
-
由 sherman 提交于
Summary: To use StartS for complement category/block class Reviewed-by: martin, okutsu
-
- 08 1月, 2010 1 次提交
-
-
由 andrew 提交于
Summary: Add testcase for this bug Reviewed-by: darcy, okutsu
-
- 05 1月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: tbell, alanb
-
- 24 12月, 2009 1 次提交
-
-
由 dl 提交于
6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues Reviewed-by: martin, dholmes
-
- 23 12月, 2009 1 次提交
-
-
由 ptisnovs 提交于
Summary: Added tag to run this test in othervm Reviewed-by: chegar
-
- 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
-