[lworld] RFR: 8273554: [lworld] Runtime tests should not explicitly set -Xint/-Xcomp
Tobias Hartmann
thartmann at openjdk.java.net
Mon Sep 13 09:17:33 UTC 2021
On Thu, 9 Sep 2021 13:40:21 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> Many of the runtime tests still specify multiple runs with `-Xint`/`-Xcomp`. Setting these flags explicitly reduces coverage because flag combinations set by the CI test jobs are overridden. We should simply not set them in the tests.
>
> Thanks,
> Tobias
I found more issues with CircularityTest that I need to fix with JDK-8273594. I re-added `-Xint` for now. Will remove it once JDK-8273594 is in.
-------------
PR: https://git.openjdk.java.net/valhalla/pull/550
More information about the valhalla-dev
mailing list