< prev index next >

test/compiler/c2/Test6885584.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 25,39 **** /** * @test * @bug 6885584 * @summary A particular class structure causes large allocation spike for jit * ! * @run main/othervm -Xbatch Test6885584 */ - public class Test6885584 { static private int i1; static private int i2; static private int i3; --- 25,39 ---- /** * @test * @bug 6885584 * @summary A particular class structure causes large allocation spike for jit * ! * @run main/othervm -Xbatch compiler.c2.Test6885584 */ + package compiler.c2; public class Test6885584 { static private int i1; static private int i2; static private int i3;
< prev index next >