RFR: 8318026: jcmd should provide access to detailed JVM object information [v9]
Serguei Spitsyn
sspitsyn at openjdk.org
Tue Mar 26 22:50:24 UTC 2024
On Tue, 26 Mar 2024 21:55:38 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> Introduce the jcmd "VM.inspect" to implement access to detailed JVM object information.
>>
>> Not recommended for live production use. Requires UnlockDiagnosticVMOptions and not included in jcmd help output, to remind us this is not a general-purpose customer-facing tool.
>
> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>
> Undo include
test/hotspot/jtreg/serviceability/dcmd/vm/VMInspectTest.java line 217:
> 215: t.start();
> 216: }
> 217: }
Nit: The indents in the `work()` method has to be 4, not 2.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17655#discussion_r1540202705
More information about the serviceability-dev
mailing list