1. 17 5月, 2012 1 次提交
  2. 20 4月, 2012 1 次提交
  3. 07 3月, 2012 1 次提交
  4. 17 2月, 2012 1 次提交
  5. 16 12月, 2011 1 次提交
  6. 30 11月, 2011 3 次提交
  7. 25 10月, 2011 1 次提交
  8. 07 8月, 2011 1 次提交
  9. 22 4月, 2011 1 次提交
  10. 08 4月, 2011 1 次提交
  11. 07 4月, 2011 1 次提交
  12. 05 4月, 2011 1 次提交
  13. 17 3月, 2011 1 次提交
  14. 08 2月, 2011 1 次提交
  15. 29 12月, 2010 1 次提交
  16. 01 12月, 2010 1 次提交
  17. 23 11月, 2010 1 次提交
  18. 20 11月, 2010 1 次提交
  19. 03 11月, 2010 1 次提交
  20. 26 10月, 2010 1 次提交
  21. 09 10月, 2010 1 次提交
  22. 08 10月, 2010 1 次提交
  23. 07 10月, 2010 1 次提交
  24. 23 9月, 2010 1 次提交
    • O
      6946527: rebranding system properties per Oracle Requirements (vendor) · d85d66d8
      ohair 提交于
      Summary: Changes from "Sun Microsystems, Inc." to "Oracle Corporation" in the java.vendor, java.specification.vendor and java.vendor.url Java system properties. Also change of Windows COMPANY file property from "Oracle" to "Oracle Corporation".
      Reviewed-by: lancea, flar
      d85d66d8
  25. 01 9月, 2010 1 次提交
  26. 26 5月, 2010 1 次提交
  27. 04 4月, 2010 1 次提交
  28. 12 3月, 2010 1 次提交
  29. 28 1月, 2010 1 次提交
  30. 19 12月, 2009 1 次提交
  31. 16 12月, 2009 1 次提交
  32. 26 11月, 2009 1 次提交
  33. 23 11月, 2009 1 次提交
  34. 22 10月, 2009 1 次提交
  35. 26 8月, 2009 1 次提交
  36. 07 8月, 2009 1 次提交
  37. 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
  38. 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