[lworld] RFR: 8273554: [lworld] Runtime tests should not explicitly set -Xint/-Xcomp
Tobias Hartmann
thartmann at openjdk.java.net
Fri Sep 10 11:23:34 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
Thanks, Frederic. I found [JDK-8273594](https://bugs.openjdk.java.net/browse/JDK-8273594) while testing and will fix that before integrating this change.
-------------
PR: https://git.openjdk.java.net/valhalla/pull/550
More information about the valhalla-dev
mailing list