comparison test/compiler/5091921/Test7005594.java @ 3386:231c2b41ea4d

7045570: compiler/5091921/Test7005594.java failed because not enough space for object heap Summary: fixed tests. Reviewed-by: iveresov, never
author kvn
date Tue, 17 May 2011 12:26:33 -0700
parents bad7ecd0b6ed
children
comparison
equal deleted inserted replaced
3385:33ae33516634 3386:231c2b41ea4d
25 /** 25 /**
26 * @test 26 * @test
27 * @bug 7005594 27 * @bug 7005594
28 * @summary Array overflow not handled correctly with loop optimzations 28 * @summary Array overflow not handled correctly with loop optimzations
29 * 29 *
30 * @run main/othervm -Xms2048m -Xcomp -XX:CompileOnly=Test7005594.test Test7005594 30 * @run shell Test7005594.sh
31 */ 31 */
32 32
33 public class Test7005594 { 33 public class Test7005594 {
34 34
35 static int test(byte a[]){ 35 static int test(byte a[]){