< prev index next >

test/jdk/java/lang/StringBuffer/HugeCapacity.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2019, 2020, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -26,11 +26,10 @@
  * @bug 8218227
  * @summary StringBuilder/StringBuffer constructor throws confusing
  *          NegativeArraySizeException
  * @requires os.maxMemory >= 6G
  * @run main/othervm -Xms5G -Xmx5G HugeCapacity
- * @ignore This test has huge memory requirements
  */
 
 public class HugeCapacity {
     private static int failures = 0;
 
< prev index next >