[16] RFR(T): 8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu Jul 2 17:42:12 UTC 2020
On 7/2/20 7:58 AM, Roland Westrelin wrote:
>
>> http://cr.openjdk.java.net/~chagedorn/8248596/webrev.00/
>
> That looks good to me but I've been wondering what the interaction of
> this and similar issues with libgraal is. Presumably, running this test
> with libgraal wouldn't time out. Does:
> @requires !vm.graal.enabled cover
> both graal and libgraal? If so is the plan to reevaluate all those
> additions once libgraal becomes the standard way of running graal? Or
> is there an other way to override the requirement so that if you run
> with libgraal, all tests are run?
Yes, we have such way: ProblemList-graal.txt, We list a test and link it to next bug:
https://bugs.openjdk.java.net/browse/JDK-8207267
But sometimes we have a test which only checks very C2 specific functionality. I think it is okay to run it only with C2.
Vladimir K
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list