# HG changeset patch # User jwilhelm # Date 1552672761 -3600 # Node ID c61f09122d3b9c8d491701647c2e8512c70cd393 # Parent 62e4ada7c4c8b9cb22c689145481908b3fd077b8 8220704: ZGC: gc tests complain Java heap too small Reviewed-by: iignatyev, tschatzl diff -r 62e4ada7c4c8 -r c61f09122d3b test/hotspot/jtreg/gc/ArraySize.java --- a/test/hotspot/jtreg/gc/ArraySize.java Fri Mar 15 09:13:31 2019 -0700 +++ b/test/hotspot/jtreg/gc/ArraySize.java Fri Mar 15 18:59:21 2019 +0100 @@ -25,7 +25,7 @@ * @test * @bug 4063078 * @summary Allocating a ridiculously large array should not crash the VM - * @run main/othervm -Xmx32m -Xms32m gc.ArraySize + * @run main/othervm -Xmx128m -Xms32m gc.ArraySize */ package gc; diff -r 62e4ada7c4c8 -r c61f09122d3b test/hotspot/jtreg/gc/InfiniteList.java --- a/test/hotspot/jtreg/gc/InfiniteList.java Fri Mar 15 09:13:31 2019 -0700 +++ b/test/hotspot/jtreg/gc/InfiniteList.java Fri Mar 15 18:59:21 2019 +0100 @@ -26,7 +26,7 @@ * @bug 4098578 * @summary Check if the VM properly throws OutOfMemoryError * @author Sheng Liang - * @run main/othervm -Xmx25M gc.InfiniteList + * @run main/othervm -Xmx128m gc.InfiniteList */ package gc;