RFR: 8298091: Dump native instruction along with nmethod name when using Compiler.codelist

Yi Yang yyang at openjdk.org
Thu Feb 2 02:19:18 UTC 2023


Dump native instruction along with nmethod name when using Compiler.codelist.

e.g.
jcmd <pid> Compiler.codelist decode=<method_name>

Output:
<compile_id> <compile_level> <state> nmethod_name [addr_begin, code_begin, code_end]
<native instruction>

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

Commit messages:
 - 8298091: Dump native instruction along with nmethod name when using Compiler.codelist

Changes: https://git.openjdk.org/jdk/pull/12381/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12381&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8298091
  Stats: 32 lines in 7 files changed: 21 ins; 3 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/12381.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12381/head:pull/12381

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


More information about the hotspot-dev mailing list