Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8237750: Load libzip.so only if necessary
Libzip.so is unconditionally loaded even without usage. Fix by on demand loading. Reviewed-by: dlong, iklam, ccheung
- Loading branch information
Showing
with
28 additions
and 4 deletions.
- +12 −2 src/hotspot/share/classfile/classLoader.cpp
- +5 −0 src/hotspot/share/classfile/classLoader.hpp
- +7 −1 src/hotspot/share/classfile/classLoader.inline.hpp
- +2 −0 src/hotspot/share/runtime/mutexLocker.cpp
- +1 −0 src/hotspot/share/runtime/mutexLocker.hpp
- +1 −1 test/hotspot/jtreg/serviceability/sa/ClhsdbPmap.java