Integrated: 8329421: Native methods can not be selectively printed
Volker Simonis
simonis at openjdk.org
Tue Apr 2 19:55:03 UTC 2024
On Mon, 1 Apr 2024 19:20:53 GMT, Volker Simonis <simonis at openjdk.org> wrote:
> Native methods (i.e. "native wrappers") can not be selectively printed with `-XX:CompileCommand=print,class::method`. Currently the only way to print native methods is to use the global `-XX:+PrintAssembly` option. But this prints *all* compiled methods which can be too much if we're just interested in a specific native wrapper. There's no reason to not apply `-XX:CompileCommand` options correctly to native methods as well.
This pull request has now been integrated.
Changeset: 3057dded
Author: Volker Simonis <simonis at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3057dded4878b0110bc2c09b52019570a0a31c9f
Stats: 103 lines in 2 files changed: 80 ins; 13 del; 10 mod
8329421: Native methods can not be selectively printed
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/jdk/pull/18567
More information about the hotspot-dev
mailing list