RFR: JDK-8276422 Add command-line option to disable finalization [v3]
Stuart Marks
smarks at openjdk.java.net
Fri Nov 19 02:32:41 UTC 2021
On Fri, 19 Nov 2021 01:03:22 GMT, David Holmes <dholmes at openjdk.org> wrote:
> > When the finalization is disabled, perhaps jcmd GC.finalizer_info should just be made as a nop in the VM.
>
> Yes that is a trivial change to add. @stuart-marks I can provide the code. You can choose whether to include in this PR or else we can do a follow-up.
Seems simple enough. Is there any testing that needs to be done for this? Does jcmd output require CSR review? I guess there would be a compatibility issue if there were something that was parsing the output of jcmd. Or is it solely intended to be read by humans?
-------------
PR: https://git.openjdk.java.net/jdk/pull/6442
More information about the core-libs-dev
mailing list