--- old/test/hotspot/jtreg/gc/epsilon/TestArraycopyCheckcast.java 2020-07-07 16:32:02.000000000 -0700 +++ new/test/hotspot/jtreg/gc/epsilon/TestArraycopyCheckcast.java 2020-07-07 16:32:01.000000000 -0700 @@ -25,7 +25,7 @@ /** * @test TestArraycopyCheckcast - * @requires vm.gc.Epsilon & !vm.graal.enabled + * @requires vm.gc.Epsilon * @summary Epsilon is able to handle checkcasted array copies * @library /test/lib * @bug 8215724