Skip to content

Commit 954df2c

Browse files
committed
* fix whitespace
1 parent 6468dae commit 954df2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @test id=G1
3737
* @requires vm.gc.G1
3838
* @requires !vm.debug
39-
* @summary Verifies that the UseGCOverheadLimit functionality works in G1 GC.
39+
* @summary Verifies that the UseGCOverheadLimit functionality works in G1 GC.
4040
* @library /test/lib
4141
* @run driver gc.TestUseGCOverheadLimit G1
4242
*/
@@ -84,7 +84,7 @@ public static void main(String args[]) throws Exception {
8484
}
8585

8686
static class Allocating {
87-
public static void main(String[] args) {
87+
public static void main(String[] args) {
8888
Object[] cache = new Object[1024 * 1024 * 2];
8989

9090
// Allocate random objects, keeping around most of the data.

0 commit comments

Comments
 (0)