< prev index next >

test/compiler/c1/Test7090976.java

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

*** 25,37 **** /** * @test * @bug 7090976 * @summary Eclipse/CDT causes a JVM crash while indexing C++ code * ! * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement Test7090976 */ public class Test7090976 { static interface I1 { public void m1(); }; --- 25,40 ---- /** * @test * @bug 7090976 * @summary Eclipse/CDT causes a JVM crash while indexing C++ code * ! * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement ! * compiler.c1.Test7090976 */ + package compiler.c1; + public class Test7090976 { static interface I1 { public void m1(); };
< prev index next >