RFR: 8257803: Add -Xbatch to compiler/blackhole tests
Aleksey Shipilev
shade at openjdk.java.net
Mon Dec 7 06:46:12 UTC 2020
On Mon, 7 Dec 2020 01:19:49 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Newly added tests miss `-Xbatch`, which makes them sensitive to compilation delays, especially when running in parallel with many other tests. There are already failures observed in current testing. While there might be other causes, this patch eliminates the most obvious one.
>>
>> The run time of the tests are not affected, because the tests are still small.
>>
>> Testing:
>> - [x] `compiler/blackhole` tests running in larger `hotspot:tier1` suite (added separately, 5 of 5 runs pass)
>
> Previously failing tests now seem to be passing in our CI.
>
> Thanks,
> David
Thanks for testing, @dholmes-ora.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1653
More information about the hotspot-compiler-dev
mailing list