On Mon, 13 May 2024 15:53:26 GMT, Leonid Mesnik <lmes...@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