RFR: 8332112: Update nsk.share.Log to don't print summary during VM shutdown hook
David Holmes
dholmes at openjdk.org
Tue May 14 07:51:01 UTC 2024
On Mon, 13 May 2024 15:53:26 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Every log (as any Finalazible object) is registered using registerCleanup()
But you have changed Log so it is no longer a FinalizableObject. ?? Ah I see this is what you meant by disabling it. Now a Log is a plain old Java object with no special cleanup.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19209#issuecomment-2109509115
More information about the serviceability-dev
mailing list