RFR: 8147588: Jar file and Zip file not removed in spite of the OPEN_DELETE flag

Alan Bateman Alan.Bateman at oracle.com
Fri May 13 20:24:14 UTC 2016



On 13/05/2016 19:49, Xueming Shen wrote:
>
> something like this?
> http://cr.openjdk.java.net/~sherman/8147588/webrev/
Along these lines, yes.

Would it be cleaner if ZipFile_openAndDelete were rename to ZipFile_open 
and used ZFILE_Open in libzip instead of winFileHandleOpen in libjava? 
Also given the platforms and modes then would it be simpler to use use 
ZFILE_Open for all platforms/cases.

Should JavaIORandomAccessFileAccess.open be renamed to wrap as it does 
not open the file?

-Alan





More information about the core-libs-dev mailing list