test/hotspot/jtreg/gc/g1/Test2GbHeap.java
changeset 48883 0f1be3c7b6b2
parent 47216 71c04702a3d5
child 53523 4c5184c56dc2
--- 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