RFR: 8281741: [testbug] PrintIdealPhaseTest fails with -Xcomp
Vladimir Kozlov
kvn at openjdk.java.net
Mon Feb 14 21:17:10 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
Marked as reviewed by kvn (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7465
More information about the hotspot-compiler-dev
mailing list