src/java.base/share/native/libzip/zip_util.c
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/java.base/share/native/libzip/zip_util.c	Wed Sep 14 11:13:39 2016
--- new/src/java.base/share/native/libzip/zip_util.c	Wed Sep 14 11:13:39 2016

*** 1092,1102 **** --- 1092,1102 ---- * Free the given jzentry. * In fact we maintain a one-entry cache of the most recently used * jzentry for each zip. This optimizes a common access pattern. */ ! void JNICALL ZIP_FreeEntry(jzfile *jz, jzentry *ze) { jzentry *last; ZIP_Lock(jz); last = jz->cache;

src/java.base/share/native/libzip/zip_util.c
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File