RFR: 8275729: Qualified method names in CodeHeap Analytics

Vladimir Kozlov kvn at openjdk.java.net
Tue Nov 2 23:20:14 UTC 2021


On Tue, 2 Nov 2021 23:03:22 GMT, Evgeny Astigeevich <duke at openjdk.java.net> wrote:

> Is NULL method holder an acceptable situation? Could it be a sign of a bug?

You are right, all methods should have class holders. I just followed code pattern.

> BTW, `Klass::external_name()` returns `<unknown>` if `Klass::name()` is `NULL`.

I see, you want to have the same string instead of `<unknown>`. Reasonable.

I will test your changes too. File PR and I will review and post testing results.

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

PR: https://git.openjdk.java.net/jdk/pull/6200


More information about the hotspot-compiler-dev mailing list