1. 10 7月, 2009 1 次提交
  2. 08 7月, 2009 1 次提交
  3. 03 7月, 2009 1 次提交
  4. 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
  5. 28 6月, 2009 2 次提交
  6. 27 6月, 2009 1 次提交
    • J
      6843077: JSR 308: Annotations on types · 489c0042
      jjg 提交于
      Reviewed-by: jjg, mcimadamore, darcy
      Contributed-by: mernst@cs.washington.edu, mali@csail.mit.edu, mpapi@csail.mit.edu
      489c0042
  7. 23 6月, 2009 2 次提交
  8. 21 6月, 2009 1 次提交
    • X
      6850606: Regression from JDK 1.6.0_12 · cda42d8d
      xlu 提交于
      Summary: The returned result from multiply should be constructed by using valueOf to take care of the INFLATED case.
      Reviewed-by: darcy
      cda42d8d
  9. 19 6月, 2009 1 次提交
  10. 15 6月, 2009 1 次提交
    • M
      6511515: poor performance of LogRecord.inferCaller depending on... · c5dde42c
      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
      c5dde42c
  11. 13 6月, 2009 1 次提交
  12. 30 5月, 2009 1 次提交
  13. 27 5月, 2009 1 次提交
  14. 26 5月, 2009 1 次提交
  15. 25 5月, 2009 1 次提交
  16. 23 5月, 2009 1 次提交
  17. 22 5月, 2009 1 次提交
  18. 21 5月, 2009 1 次提交
  19. 20 5月, 2009 1 次提交
    • S
      6728376: Wrong error handling in Java_java_util_zip_Deflater_deflateBytes... · 16781b7a
      sherman 提交于
      6728376: Wrong error handling in Java_java_util_zip_Deflater_deflateBytes leads to size 0 if compress fails
      6735255: ZipFile.close() does not close ZipFileInputStreams, contrary to the API document
      Summary: Throws OOM when malloc failed. Closes all outstanding streams when closing
      Reviewed-by: alanb
      16781b7a
  20. 19 5月, 2009 1 次提交
  21. 13 5月, 2009 1 次提交
  22. 12 5月, 2009 1 次提交
  23. 06 5月, 2009 2 次提交
  24. 02 5月, 2009 1 次提交
  25. 28 4月, 2009 1 次提交
  26. 26 4月, 2009 1 次提交
  27. 21 4月, 2009 3 次提交
  28. 20 4月, 2009 1 次提交
  29. 17 4月, 2009 2 次提交
    • A
      6829858: JInternalFrame is not redrawing heavyweight children properly · ab537a2d
      anthony 提交于
      Summary: The Container.recursiveApplyCurrentShape() is now recursively called for all hw containers, even those having non-null layout
      Reviewed-by: art, dcherepanov
      ab537a2d
    • 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
  30. 15 4月, 2009 1 次提交
  31. 13 4月, 2009 1 次提交
  32. 10 4月, 2009 1 次提交
  33. 07 4月, 2009 1 次提交
  34. 06 4月, 2009 1 次提交