We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d2b52 commit 0f087a7Copy full SHA for 0f087a7
test/hotspot/jtreg/gc/stress/TestStressG1Uncommit.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -55,6 +55,8 @@ public class TestStressG1Uncommit {
55
public static void main(String[] args) throws Exception {
56
ArrayList<String> options = new ArrayList<>();
57
Collections.addAll(options,
58
+ "-XX:MinHeapFreeRatio=40",
59
+ "-XX:MaxHeapFreeRatio=70",
60
"-Xlog:gc,gc+heap+region=debug",
61
"-XX:+UseG1GC",
62
"-Xmx1g",
0 commit comments