hotspot/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java
changeset 40886 98cb935dc074
parent 40631 ed82623d7831
--- a/hotspot/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java	Fri Aug 26 14:27:41 2016 +0200
+++ b/hotspot/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java	Mon Aug 29 23:04:48 2016 +0400
@@ -30,6 +30,7 @@
  * referencing that we know is in the old gen. After changing this reference, the object
  * should still be eagerly reclaimable to avoid Full GC.
  * @key gc
+ * @requires vm.gc.G1
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management