RFR: 8317951: Refactor loading of zip library to help resolve JDK-8315220 [v2]
David Holmes
dholmes at openjdk.org
Fri Oct 20 06:15:36 UTC 2023
On Thu, 19 Oct 2023 13:31:16 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
>> 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.
Okay so if we have no control over the order in which functions are called then they all must initialize, including `close` - no?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16149#discussion_r1366518251
More information about the hotspot-runtime-dev
mailing list