< prev index next >

src/java.base/share/native/libzip/zip_util.c

Print this page
*** 1116,11 ***
   * 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
  ZIP_FreeEntry(jzfile *jz, jzentry *ze)
  {
      jzentry *last;
      ZIP_Lock(jz);
      last = jz->cache;
--- 1116,11 ---
   * 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.
   */
  
! JNIEXPORT void
  ZIP_FreeEntry(jzfile *jz, jzentry *ze)
  {
      jzentry *last;
      ZIP_Lock(jz);
      last = jz->cache;
< prev index next >