RFR: 8271461: CompileCommand support for hidden class methods [v2]
Jie Fu
jiefu at openjdk.java.net
Fri Jul 30 09:05:32 UTC 2021
On Fri, 30 Jul 2021 08:44:42 GMT, Yi Yang <yyang at openjdk.org> wrote:
> Test$$Lambda$217/0x0000000801144618 is different with Test$$Lambda$217/0x0000000801144418
Ah, you're right.
Maybe, we can use `Test$$Lambda$217/*::test2` to handle this case.
In your example, the program behavior is different.
But for most debugging and performance analysis cases, the program behavior won't change.
So it's still helpful.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4926
More information about the hotspot-compiler-dev
mailing list