< prev index next >

test/compiler/c2/Test6796786.java

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

*** 25,37 **** /** * @test * @bug 6796786 * @summary invalid FP identity transform - (a - b) -> b - a * ! * @run main/othervm -Xbatch Test6796786 */ public class Test6796786 { static volatile float d1; static volatile float d2; public static void main(String[] args) { --- 25,39 ---- /** * @test * @bug 6796786 * @summary invalid FP identity transform - (a - b) -> b - a * ! * @run main/othervm -Xbatch compiler.c2.Test6796786 */ + package compiler.c2; + public class Test6796786 { static volatile float d1; static volatile float d2; public static void main(String[] args) {
< prev index next >