8220704: ZGC: gc tests complain Java heap too small
Reviewed-by: iignatyev, tschatzl
This commit is contained in:
parent
290bfe5f4c
commit
f0b707b94b
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user