RFR: 8317951: Refactor loading of zip library to help resolve JDK-8315220 [v3]
David Holmes
dholmes at openjdk.org
Tue Oct 24 10:08:38 UTC 2023
On Mon, 23 Oct 2023 10:25:02 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
>> I'd rather see this PR just address the refactoring and locking changes without changing any actual behaviour in terms of "vm exit" - that seems a separate issue.
>
> That would mean committing a behaviour change. It is it not a separate issue.
Sorry I don't follow. Anything that currently does vm_exit should continue to do so; and anything that does not should continue to do not. The current code does not appear to follow that.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16149#discussion_r1369919096
More information about the hotspot-runtime-dev
mailing list