RFR: 8281505: Add CompileCommand PrintIdealPhase [v2]

Nils Eliasson neliasso at openjdk.java.net
Fri Feb 11 10:51:53 UTC 2022


On Fri, 11 Feb 2022 04:19:56 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Nils Eliasson has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Updated copyright year
>>  - Change list to hashset
>
> Good.

@vnkozlov @TobiHartmann Thanks for having a look!

I updated the copyright year.

I also found that sometimes the test method can be compiled multiple times, so I changed the List to a HashSet. Also removed redundant command line parameters.

Best regards,
Nils

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

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


More information about the hotspot-compiler-dev mailing list