RFR: 8256302: releasing oopStorage when deflating allows for faster deleting

Daniel D. Daugherty dcubed at openjdk.org
Tue Nov 29 21:33:42 UTC 2022


On Tue, 29 Nov 2022 17:21:52 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Wasn't it the safepoint cleanup actions where the VMThread could call this?
>
> There's a call from the VMThread ObjectSynchronizer::do_final_audit_and_print_stats() now that can call this.

The VM Thread can cause a deflation cycle to happen when logging is enabled.

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

PR: https://git.openjdk.org/jdk/pull/11296


More information about the hotspot-runtime-dev mailing list