8220704: ZGC: gc tests complain Java heap too small

Reviewed-by: iignatyev, tschatzl
This commit is contained in:
Jesper Wilhelmsson 2019-03-15 18:59:21 +01:00
parent 290bfe5f4c
commit f0b707b94b
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;