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

Jie Fu jiefu at openjdk.java.net
Thu Aug 5 02:41:29 UTC 2021


On Wed, 4 Aug 2021 04:22:33 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> You also need this test case: `java.util/*::method`.

Hi @iklam , this test has been added.

We are conservative for "/*::" pattern and will replace '/' with '+' only if '$' is present.
Now it works fine with your and @dean-long 's cases.
Thanks.

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

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


More information about the hotspot-compiler-dev mailing list