< prev index next >

test/compiler/c2/Test7020614.java

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

*** 25,37 **** /** * @test * @bug 7020614 * @summary "-server" mode optimizer makes code hang * ! * @run main/othervm/timeout=30 -Xbatch Test7020614 */ public class Test7020614 { private static final int ITERATIONS = 1000; private static int doNotOptimizeOut = 0; --- 25,39 ---- /** * @test * @bug 7020614 * @summary "-server" mode optimizer makes code hang * ! * @run main/othervm/timeout=30 -Xbatch compiler.c2.Test7020614 */ + package compiler.c2; + public class Test7020614 { private static final int ITERATIONS = 1000; private static int doNotOptimizeOut = 0;
< prev index next >