Searched refs:Test8007722 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/8007722/
H A DTest8007722.java28 * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8007722
34 public class Test8007722 { class
37 static AtomicReference<Test8007722> ref;
39 static int test(Test8007722 new_obj) {
40 Test8007722 o = ref.getAndSet(new_obj);
47 Test8007722 obj = new Test8007722();
48 ref = new AtomicReference<Test8007722>(obj);

Completed in 508 milliseconds