File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/jdk/java/util/StringJoiner Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2727 * @summary test StringJoiner::merge
2828 * @modules java.base/jdk.internal.util
2929 * @requires os.maxMemory > 4G
30- * @run testng/othervm -Xmx4g MergeTest
30+ * @run testng/othervm -Xmx4g -XX:+CompactStrings MergeTest
3131 */
3232
3333import java .util .StringJoiner ;
Original file line number Diff line number Diff line change 2626 * @summary tests StringJoinerTest
2727 * @modules java.base/jdk.internal.util
2828 * @requires os.maxMemory > 4G
29- * @run testng/othervm -Xmx4g StringJoinerTest
29+ * @run testng/othervm -Xmx4g -XX:+CompactStrings StringJoinerTest
3030 * @author Jim Gish
3131 */
3232import java .util .ArrayList ;
You can’t perform that action at this time.
0 commit comments