< prev index next >

test/compiler/c2/Test6956668.java

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

*** 25,37 **** /** * @test * @bug 6956668 * @summary misbehavior of XOR operator (^) with int * ! * @run main/othervm -Xbatch Test6956668 */ public class Test6956668 { public static int bitTest() { int result = 0; --- 25,38 ---- /** * @test * @bug 6956668 * @summary misbehavior of XOR operator (^) with int * ! * @run main/othervm -Xbatch compiler.c2.Test6956668 */ + package compiler.c2; public class Test6956668 { public static int bitTest() { int result = 0;
< prev index next >