On Tue, 26 Mar 2024 21:55:38 GMT, Kevin Walls <kev...@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