< prev index next >

test/compiler/codegen/Test7009231.java

Print this page

        

*** 25,41 **** /** * @test * @bug 7009231 * @summary C1: Incorrect CAS code for longs on SPARC 32bit * ! * @run main/othervm -Xbatch Test7009231 ! * */ ! import java.util.Random; ! import java.util.concurrent.atomic.AtomicLong; public class Test7009231 { public static void main(String[] args) throws InterruptedException { doTest(8); } --- 25,40 ---- /** * @test * @bug 7009231 * @summary C1: Incorrect CAS code for longs on SPARC 32bit * ! * @run main/othervm -Xbatch compiler.codegen.Test7009231 */ ! package compiler.codegen; + import java.util.concurrent.atomic.AtomicLong; public class Test7009231 { public static void main(String[] args) throws InterruptedException { doTest(8); }
< prev index next >