hotspot/test/gc/arguments/TestObjectTenuringFlags.java
changeset 39414 4adf52148100
parent 36851 03e2f4d0a421
child 40631 ed82623d7831
--- a/hotspot/test/gc/arguments/TestObjectTenuringFlags.java	Tue Jun 21 18:37:04 2016 +0400
+++ b/hotspot/test/gc/arguments/TestObjectTenuringFlags.java	Fri Jun 24 19:52:31 2016 +0400
@@ -25,7 +25,7 @@
  * @test TestObjectTenuringFlags
  * @key gc
  * @bug 6521376
- * @requires vm.gc=="Parallel" | vm.gc=="null"
+ * @requires vm.gc.Parallel
  * @summary Tests argument processing for NeverTenure, AlwaysTenure,
  * and MaxTenuringThreshold
  * @library /testlibrary