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

Jie Fu jiefu at openjdk.java.net
Thu Aug 5 00:24:29 UTC 2021


On Thu, 5 Aug 2021 00:15:00 GMT, Dean Long <dlong at openjdk.org> wrote:

> Are there any examples of hidden classes not having '$' in the class name? If not, then maybe that's an easy way to tighten up the hidden class checks.

Sounds good.

I'm not 100% sure.
But we can simply add this rule for '/*' pattern to disallow `java.util/*::method` and support `java.util.ResourceBundle$$Lambda$1/*::method`
Thanks.

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

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


More information about the hotspot-compiler-dev mailing list