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