hotspot/test/gc/TestCardTablePageCommits.java
changeset 36576 8bd19bf60177
parent 30604 b8d532cb6420
child 36851 03e2f4d0a421
--- a/hotspot/test/gc/TestCardTablePageCommits.java	Mon Mar 07 10:36:50 2016 +0300
+++ b/hotspot/test/gc/TestCardTablePageCommits.java	Tue Mar 01 12:10:50 2016 -0500
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * This code is free software; you can redistribute it and/or modify it
@@ -31,6 +31,7 @@
  * @key gc
  * @bug 8059066
  * @summary Tests that the card table does not commit the same page twice
+ * @requires vm.gc=="Parallel" | vm.gc=="null"
  * @library /testlibrary
  * @modules java.base/sun.misc
  *          java.management