< prev index next >

test/compiler/c2/Test8007722.java

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

*** 23,38 **** /* * @test * @bug 8007722 * @summary GetAndSetP's MachNode should capture bottom type - * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8007722 * */ ! import java.util.concurrent.atomic.*; public class Test8007722 { int i; static AtomicReference<Test8007722> ref; --- 23,41 ---- /* * @test * @bug 8007722 * @summary GetAndSetP's MachNode should capture bottom type * + * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation + * compiler.c2.Test8007722 */ ! package compiler.c2; + import java.util.concurrent.atomic.AtomicReference; + public class Test8007722 { int i; static AtomicReference<Test8007722> ref;
< prev index next >