RFR: 8317951: Refactor loading of zip library to help resolve JDK-8315220 [v2]

Markus Grönlund mgronlun at openjdk.org
Thu Oct 19 13:33:48 UTC 2023


On Thu, 19 Oct 2023 08:27:17 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> No, this is lazy library loading and initialisation as part of all the API entries (except close).
>
> ZipLibrary is a static facade wrapping the entry points implemented in the real, native zip library.

Realized that the usage from HeapDumperCompression should not exit the VM if there is a problem loading up the zip library. Now updated to support that usage better.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16149#discussion_r1365544221


More information about the hotspot-runtime-dev mailing list