< prev index next >

test/compiler/codegen/Test7009231.java

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

*** 25,42 **** /** * @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,41 ---- /** * @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 >