RFR: 8329421: Native methods can not be selectively printed

Vladimir Kozlov kvn at openjdk.org
Mon Apr 1 20:48:07 UTC 2024


On Mon, 1 Apr 2024 19:20:53 GMT, Volker Simonis <simonis at openjdk.org> wrote:

> Currently the only way to print native methods is to use the global -XX:+PrintAssembly option

You did not list `-XX:+PrintNativeNMethods` which I assume will print native wrappers. All of them. So your changes are valid.

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

PR Comment: https://git.openjdk.org/jdk/pull/18567#issuecomment-2030525460


More information about the hotspot-dev mailing list