diff -r 6b510cb0f14f -r 0f1be3c7b6b2 test/hotspot/jtreg/gc/g1/Test2GbHeap.java --- a/test/hotspot/jtreg/gc/g1/Test2GbHeap.java Wed Feb 07 21:53:38 2018 +0000 +++ b/test/hotspot/jtreg/gc/g1/Test2GbHeap.java Thu Feb 08 08:38:42 2018 -0800 @@ -23,13 +23,12 @@ /* * @test Test2GbHeap + * @key gc regression * @bug 8031686 * @summary Regression test to ensure we can start G1 with 2gb heap. * Skip test on 32 bit system: it typically does not support the many and large virtual memory reservations needed. * @requires vm.gc.G1 * @requires vm.bits != "32" - * @key gc - * @key regression * @library /test/lib * @modules java.base/jdk.internal.misc * java.management