1. 10 5月, 2010 1 次提交
  2. 09 5月, 2010 1 次提交
  3. 20 4月, 2010 1 次提交
  4. 16 4月, 2010 1 次提交
  5. 08 4月, 2010 1 次提交
  6. 07 2月, 2010 1 次提交
  7. 05 2月, 2010 1 次提交
  8. 08 1月, 2010 1 次提交
  9. 05 1月, 2010 1 次提交
  10. 24 12月, 2009 1 次提交
    • D
      6908348:... · 1dc2033f
      dl 提交于
      6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues
      Reviewed-by: martin, dholmes
      1dc2033f
  11. 23 12月, 2009 1 次提交
  12. 04 12月, 2009 1 次提交
  13. 01 12月, 2009 1 次提交
  14. 11 11月, 2009 1 次提交
  15. 06 11月, 2009 1 次提交
    • M
      6897553: LinkedList performance improvements · 45d4a77f
      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
      45d4a77f
  16. 03 11月, 2009 1 次提交
    • D
      6865582: jsr166y - jsr166 maintenance update · d2ed0eea
      dl 提交于
      6865571: Add a lightweight task framework known as ForkJoin
      6445158: Phaser - an improved CyclicBarrier
      6865579: Add TransferQueue/LinkedTransferQueue
      Reviewed-by: martin, chegar, dice
      d2ed0eea
  17. 31 10月, 2009 1 次提交
  18. 30 10月, 2009 2 次提交
  19. 28 10月, 2009 1 次提交
  20. 24 10月, 2009 1 次提交
  21. 22 10月, 2009 2 次提交
  22. 20 10月, 2009 1 次提交
  23. 10 10月, 2009 1 次提交
  24. 31 8月, 2009 1 次提交
  25. 26 8月, 2009 1 次提交
  26. 14 8月, 2009 1 次提交
  27. 30 7月, 2009 1 次提交
  28. 29 7月, 2009 2 次提交
  29. 25 7月, 2009 1 次提交
  30. 30 6月, 2009 1 次提交
    • S
      6707281: Adler32.update() JavaDoc is wrong · 3b4411ea
      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
      3b4411ea
  31. 27 5月, 2009 1 次提交
  32. 19 5月, 2009 1 次提交
  33. 29 4月, 2009 1 次提交
  34. 21 4月, 2009 3 次提交
  35. 17 4月, 2009 1 次提交
    • S
      4244499: ZipEntry() does not convert filenames from Unicode to platform · 812584de
      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
      812584de