test/gc/arguments/TestCMSHeapSizeFlags.java
Print this page
@@ -25,13 +25,13 @@
* @test TestCMSHeapSizeFlags
* @key gc
* @bug 8006088
* @summary Tests argument processing for initial and maximum heap size for the CMS collector
* @library /testlibrary /testlibrary/whitebox
- * @build TestCMS TestMaxHeapSizeTools
+ * @build TestCMSHeapSizeFlags TestMaxHeapSizeTools
* @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm TestCMS
+ * @run main/othervm TestCMSHeapSizeFlags
* @author thomas.schatzl@oracle.com
*/
public class TestCMSHeapSizeFlags {