Integrated: 8281741: [testbug] PrintIdealPhaseTest fails with -Xcomp
Nils Eliasson
neliasso at openjdk.java.net
Tue Feb 15 09:53:09 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
This pull request has now been integrated.
Changeset: 1c12b159
Author: Nils Eliasson <neliasso at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/1c12b159ffcbb3528a20ac585d8460bf730e303d
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8281741: [testbug] PrintIdealPhaseTest fails with -Xcomp
Reviewed-by: kvn, chagedorn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/7465
More information about the hotspot-compiler-dev
mailing list