We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94ecbe commit d133da2Copy full SHA for d133da2
1 file changed
test/jdk/java/lang/StringBuilder/HugeCapacity.java
@@ -27,8 +27,8 @@
27
* @summary Capacity should not get close to Integer.MAX_VALUE unless
28
* necessary
29
* @requires (sun.arch.data.model == "64" & os.maxMemory >= 8G)
30
- * @run main/othervm -Xms6G -Xmx6G -XX:+CompactStrings HugeCapacity true
31
- * @run main/othervm -Xms6G -Xmx6G -XX:-CompactStrings HugeCapacity false
+ * @run main/othervm -Xms8G -Xmx8G -XX:-CompactStrings -Xlog:gc HugeCapacity false
+ * @run main/othervm -Xms8G -Xmx8G -XX:+CompactStrings -Xlog:gc HugeCapacity true
32
*/
33
34
public class HugeCapacity {
0 commit comments