RFR: 8298091: Dump native instruction along with nmethod name when using Compiler.codelist
Vladimir Kozlov
kvn at openjdk.org
Tue Feb 7 20:09:48 UTC 2023
On Thu, 2 Feb 2023 02:12:06 GMT, Yi Yang <yyang at openjdk.org> wrote:
> 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>
Please, provide short/reduced version of output example in JBS or here in a separate comment.
-------------
Changes requested by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12381
More information about the hotspot-compiler-dev
mailing list