< prev index next >

test/compiler/c2/Test7002666.java

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

*** 25,36 **** /** * @test * @bug 7002666 * @summary eclipse CDT projects crash with compressed oops * ! * @run main/othervm -Xbatch -XX:CompileOnly=Test7002666.test,java/lang/reflect/Array Test7002666 ! * * This will only reliably fail with a fastdebug build since it relies * on seeing garbage in the heap to die. It could be made more * reliable in product mode but that would require greatly increasing * the runtime. */ --- 25,42 ---- /** * @test * @bug 7002666 * @summary eclipse CDT projects crash with compressed oops * ! * @run main/othervm -Xbatch ! * -XX:CompileCommand=compileonly,compiler.c2.Test7002666::test ! * -XX:CompileCommand=compileonly,java.lang.reflect.Array::* ! * compiler.c2.Test7002666 ! */ ! ! package compiler.c2; ! /* * This will only reliably fail with a fastdebug build since it relies * on seeing garbage in the heap to die. It could be made more * reliable in product mode but that would require greatly increasing * the runtime. */
< prev index next >