RFR: 8271461: CompileCommand support for hidden class methods [v3]
Jie Fu
jiefu at openjdk.java.net
Tue Aug 3 01:31:32 UTC 2021
On Tue, 3 Aug 2021 01:18:34 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Maybe PrintCompilation should be changed to print `+` instead of `/`?
But `sf.getDeclaringClass().getName()` in your example also prints `/`.
It seems easier to make CompileCommand accept the current hidden class name.
So I think it would make life easier and let `CompileCommand` to be more friendly to people with this change.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4926
More information about the hotspot-compiler-dev
mailing list