On Tue, 2 Nov 2021 23:03:22 GMT, Evgeny Astigeevich <d...@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

Reply via email to