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;