[16] RFR(T): 8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled
Roland Westrelin
rwestrel at redhat.com
Thu Jul 2 14:58:53 UTC 2020
> 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?
Roland.
More information about the hotspot-compiler-dev
mailing list