RFR: 8281741: [testbug] PrintIdealPhaseTest fails with -Xcomp

Christian Hagedorn chagedorn at openjdk.java.net
Tue Feb 15 08:30:14 UTC 2022


On Mon, 14 Feb 2022 19:02:10 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

> Hi,
> 
> The PrintIdealPhaseTest fails with Xcomp - the test method is inlined, and not compiled. Adding a DontInline command to fix this. 
> 
> Also excluding this test from Xcomp - the flag it's propagated to the sub tests which spends a lot of time wasting energy compiling nothing of interest.
> 
> Please review,
> Nils Eliasson

Looks good!

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

Marked as reviewed by chagedorn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list