RFR: 8271461: CompileCommand support for hidden class methods [v6]

Jie Fu jiefu at openjdk.java.net
Wed Aug 4 00:00:54 UTC 2021


On Tue, 3 Aug 2021 22:25:13 GMT, Dean Long <dlong at openjdk.org> wrote:

> The /* pattern shouldn't be disable. It's just that it should only work for the class name, which means checking for the '.' separator.
> OK: java.util.ResourceBundle$$Lambda$1/*::method
> not OK: `java.util/*.ResourceBundle$$Lambda$1/0x<digits>::method`

The two test cases have been added.
Thanks.

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

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


More information about the hotspot-compiler-dev mailing list