Withdrawn: 8275775: VM.metaspace prints flag 'f' for classes that have non-trivial finalize()
Yi Yang
yyang at openjdk.java.net
Wed Nov 3 04:21:17 UTC 2021
On Fri, 22 Oct 2021 06:57:29 GMT, Yi Yang <yyang at openjdk.org> wrote:
> Some customers want to observe which loaded classes have overridden the finalize() method. I found that VM.metaspace can output detailed classes. It seems feasible to add 'f' flag to it. With this patch, I found that ZipFileSystem left a finalize after applying this patch, which was obsolete 5 years ago, maybe we should remove it?
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6075
More information about the hotspot-runtime-dev
mailing list