RFR: 8255742: PrintInlining as compiler directive doesn't print virtual calls [v2]

Volker Simonis simonis at openjdk.java.net
Thu Dec 3 19:49:57 UTC 2020


On Thu, 3 Dec 2020 18:10:43 GMT, Xin Liu <xliu at openjdk.org> wrote:

>> Volker Simonis has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed copyright year
>
> test/hotspot/jtreg/compiler/inlining/PrintInlining.java line 67:
> 
>> 65:     public static void main(String[] args) throws Exception {
>> 66:         test("-XX:+PrintInlining");
>> 67:         test("-XX:CompileCommand=option,*::foo,PrintInlining");
> 
> just FYI, even though the old form is still supported,  the new form is -XX:CompileCommand=<option><method pattern>, ie. -XX:CompileCommand=PrintInlining,*::foo

Thanks Xin! I indeed didn't knew that.

You make me feel so old :)

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

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


More information about the hotspot-compiler-dev mailing list