< prev index next >

test/compiler/intrinsics/mathexact/GVNTest.java

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

*** 23,37 **** /* * @test * @bug 8028207 * @summary Verify that GVN doesn't mess up the two addExacts - * @compile GVNTest.java - * @run main GVNTest * */ public class GVNTest { public static int result = 0; public static int value = 93; public static void main(String[] args) { for (int i = 0; i < 50000; ++i) { --- 23,38 ---- /* * @test * @bug 8028207 * @summary Verify that GVN doesn't mess up the two addExacts * + * @run main compiler.intrinsics.mathexact.GVNTest */ + package compiler.intrinsics.mathexact; + public class GVNTest { public static int result = 0; public static int value = 93; public static void main(String[] args) { for (int i = 0; i < 50000; ++i) {
< prev index next >