We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6468dae commit 954df2cCopy full SHA for 954df2c
test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java
@@ -36,7 +36,7 @@
36
* @test id=G1
37
* @requires vm.gc.G1
38
* @requires !vm.debug
39
- * @summary Verifies that the UseGCOverheadLimit functionality works in G1 GC.
+ * @summary Verifies that the UseGCOverheadLimit functionality works in G1 GC.
40
* @library /test/lib
41
* @run driver gc.TestUseGCOverheadLimit G1
42
*/
@@ -84,7 +84,7 @@ public static void main(String args[]) throws Exception {
84
}
85
86
static class Allocating {
87
- public static void main(String[] args) {
+ public static void main(String[] args) {
88
Object[] cache = new Object[1024 * 1024 * 2];
89
90
// Allocate random objects, keeping around most of the data.
0 commit comments