changeset 54149 | c61f09122d3b |
parent 54142 | 6ab293f66cae |
54148:62e4ada7c4c8 | 54149:c61f09122d3b |
---|---|
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 4098578 |
26 * @bug 4098578 |
27 * @summary Check if the VM properly throws OutOfMemoryError |
27 * @summary Check if the VM properly throws OutOfMemoryError |
28 * @author Sheng Liang |
28 * @author Sheng Liang |
29 * @run main/othervm -Xmx25M gc.InfiniteList |
29 * @run main/othervm -Xmx128m gc.InfiniteList |
30 */ |
30 */ |
31 |
31 |
32 package gc; |
32 package gc; |
33 |
33 |
34 public class InfiniteList { |
34 public class InfiniteList { |