hotspot/test/gc/arguments/TestCMSHeapSizeFlags.java
changeset 36576 8bd19bf60177
parent 33730 30e064828045
child 36851 03e2f4d0a421
--- a/hotspot/test/gc/arguments/TestCMSHeapSizeFlags.java	Mon Mar 07 10:36:50 2016 +0300
+++ b/hotspot/test/gc/arguments/TestCMSHeapSizeFlags.java	Tue Mar 01 12:10:50 2016 -0500
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+* Copyright (c) 2013, 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
@@ -25,6 +25,7 @@
  * @test TestCMSHeapSizeFlags
  * @key gc
  * @bug 8006088
+ * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null"
  * @summary Tests argument processing for initial and maximum heap size for the CMS collector
  * @library /testlibrary /test/lib
  * @modules java.base/sun.misc