--- old/test/jdk/java/lang/StringBuffer/HugeCapacity.java 2020-08-28 15:47:47.000000000 +0100 +++ new/test/jdk/java/lang/StringBuffer/HugeCapacity.java 2020-08-28 15:47:47.000000000 +0100 @@ -1,5 +1,5 @@ /* - * 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 @@ -28,7 +28,6 @@ * NegativeArraySizeException * @requires os.maxMemory >= 6G * @run main/othervm -Xms5G -Xmx5G HugeCapacity - * @ignore This test has huge memory requirements */ public class HugeCapacity { --- old/test/jdk/java/lang/StringBuilder/HugeCapacity.java 2020-08-28 15:47:48.000000000 +0100 +++ new/test/jdk/java/lang/StringBuilder/HugeCapacity.java 2020-08-28 15:47:47.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -28,7 +28,6 @@ * necessary * @requires os.maxMemory >= 6G * @run main/othervm -Xms5G -Xmx5G HugeCapacity - * @ignore This test has huge memory requirements */ public class HugeCapacity {