RFR: 8318026: jcmd should provide access to detailed JVM object information [v11]

Kevin Walls kevinw at openjdk.org
Wed Mar 27 18:31:50 UTC 2024


> 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:

  Test more pointer types: compiled method and metadata.

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/17655/files
  - new: https://git.openjdk.org/jdk/pull/17655/files/837154c1..9ed958f6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17655&range=10
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17655&range=09-10

  Stats: 58 lines in 1 file changed: 46 ins; 0 del; 12 mod
  Patch: https://git.openjdk.org/jdk/pull/17655.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17655/head:pull/17655

PR: https://git.openjdk.org/jdk/pull/17655


More information about the hotspot-runtime-dev mailing list