< prev index next >

test/jdk/java/lang/management/MemoryMXBean/MemoryTestAllGC.sh

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.

@@ -47,11 +47,11 @@
    echo "runOne $@"
    $TESTJAVA/bin/java ${TESTVMOPTS} -classpath $TESTCLASSES $@ || exit 2
 }
 
 # Test MemoryTest with default collector
-runOne MemoryTest 2 3
+runOne MemoryTest 4 5
 
 # Test MemoryTest with parallel scavenger collector
 runOne -XX:+UseParallelGC MemoryTest 2 3
 
 
< prev index next >