Skip to content

Commit 571d8d4

Browse files
committed
Replace triple call of SystemGC() to double
Signed-off-by: Florian Grabmeier <[email protected]>
1 parent 39270da commit 571d8d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functional/cmdLineTests/gcRegressionTests/src/com/ibm/tests/garbagecollector/TestContractionMain.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@ public static void main(String[] args)
6868
_array = null;
6969
System.gc();
7070
System.gc();
71-
System.gc();
7271
long tempMem = runtime.totalMemory();
7372
System.gc();
7473
System.gc();
75-
System.gc();
7674
long tempMem2 = runtime.totalMemory();
7775

7876
if (verbose)

0 commit comments

Comments
 (0)