test/hotspot/jtreg/gc/ArraySize.java
changeset 54149 c61f09122d3b
parent 54142 6ab293f66cae
equal deleted inserted replaced
54148:62e4ada7c4c8 54149:c61f09122d3b
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4063078
    26  * @bug 4063078
    27  * @summary Allocating a ridiculously large array should not crash the VM
    27  * @summary Allocating a ridiculously large array should not crash the VM
    28  * @run main/othervm -Xmx32m -Xms32m gc.ArraySize
    28  * @run main/othervm -Xmx128m -Xms32m gc.ArraySize
    29  */
    29  */
    30 
    30 
    31 package gc;
    31 package gc;
    32 
    32 
    33 public class ArraySize {
    33 public class ArraySize {