Abjihit Roy
|
7eb64c498d
|
8173094: Error in API documentation for SwingWorker
8173751: Syntax error in ZipFile.getComment() method
8173752: Syntax error in ZipEntry.setCompressedSize(long) method documentation
8173755: FilterOutputStream.write(byte[],int,int) javadoc correction
8173802: Incorrect argument name in java.io.FilterInputStream.read(byte[]) method documentation
Reviewed-by: coffeys, chegar
|
2017-02-14 10:49:43 +00:00 |
|
Xueming Shen
|
d08eb8c2a9
|
8170831: ZipFile implementation no longer caches the last accessed entry/pos
Reviewed-by: psandoz
|
2016-12-07 11:53:26 -08:00 |
|
Xueming Shen
|
c19f3e0db2
|
6233323: ZipEntry.isDirectory() may return false incorrectly
8144977: Class.getResourceAsStream("directory") in JAR returns broken InputStream
Reviewed-by: rriggs
|
2016-06-28 15:36:15 -07:00 |
|
Martin Buchholz
|
d1d3cba9db
|
8157613: Internal documentation improvements to ZipFile.java
Reviewed-by: plevart, sherman
|
2016-05-23 12:44:55 -07:00 |
|
Xueming Shen
|
7be8e94544
|
8147588: Jar file and Zip file not removed in spite of the OPEN_DELETE flag
Reviewed-by: alanb
|
2016-05-23 12:53:56 -07:00 |
|
Martin Buchholz
|
2bb441c404
|
8157069: Assorted ZipFile improvements
Reviewed-by: sherman
|
2016-05-16 11:42:31 -07:00 |
|
Chris Hegarty
|
ed581c190a
|
8146736: Move sun.misc performance counters to jdk.internal.perf
Reviewed-by: alanb, mchung, rriggs
|
2016-01-13 14:32:42 +00:00 |
|
Xueming Shen
|
9b77da0f46
|
8146431: j.u.z.ZipFile.getEntry("") throws AIOOBE
Reviewed-by: lancea
|
2016-01-04 14:34:53 -08:00 |
|
Claes Redestad
|
5f1918e76e
|
8145680: Remove unnecessary explicit initialization of volatile variables in java.base
Reviewed-by: alanb, chegar, jfranck, shade
|
2015-12-21 20:54:00 +01:00 |
|
Xueming Shen
|
f98f28d1df
|
8145343: CorruptEntry.java fails after push for JDK-8145260
Reviewed-by: weijun
|
2015-12-15 08:54:35 -08:00 |
|
Xueming Shen
|
2b91819eec
|
8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
Reviewed-by: coffeys
|
2015-12-14 09:27:15 -08:00 |
|
Sean Coffey
|
7af86aa369
|
6907252: ZipFileInputStream Not Thread-Safe
Reviewed-by: sherman
|
2015-10-15 09:33:03 +01:00 |
|
Chris Hegarty
|
0cc24c29ca
|
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
|
2015-09-28 13:39:27 +01:00 |
|
Alexander Stepanov
|
c78487e756
|
8133115: docs: replace <tt> tags (obsolete in html5) for java.util.logging, java.util.prefs, java.util.zip, java.util.jar
Reviewed-by: lancea
|
2015-08-06 19:07:35 +03:00 |
|
Paul Sandoz
|
e56c76e9f7
|
8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
Reviewed-by: lancea, alanb, chegar, dfuchs, mullan, smarks
|
2015-06-09 07:10:02 +01:00 |
|
Xueming Shen
|
d1d75812b0
|
8064736: Part of java.util.jar.JarFile spec looks confusing with references to Zip
Update the api doc for entries()/stream() accordingly
Reviewed-by: alanb
|
2015-05-22 08:56:33 -07:00 |
|
Claes Redestad
|
c8e99e3610
|
8073497: Lazy conversion of ZipEntry time
Reviewed-by: sherman, plevart
|
2015-02-28 13:17:13 +01:00 |
|
Chris Hegarty
|
3bc69d393d
|
8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
|
2014-08-17 15:54:13 +01:00 |
|