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

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


On Tue, 3 Aug 2021 09:30:45 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> It still appears to apply to package names, not just class names.

`is_hidden_calss_pattern` will check whether '*' is followed by "::" so cases like `java.util/*.ResourceBundle$$Lambda$1/0x<digits>::method` won't be detected as hidden class pattern. @dean-long

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

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


More information about the hotspot-compiler-dev mailing list