< prev index next >

test/compiler/c2/Test6959129.java

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

*** 25,37 **** /** * @test * @bug 6959129 * @summary COMPARISON WITH INTEGER.MAX_INT DOES NOT WORK CORRECTLY IN THE CLIENT VM. * ! * @run main/othervm -ea Test6959129 */ public class Test6959129 { public static void main(String[] args) { long start = System.currentTimeMillis(); int min = Integer.MAX_VALUE-30000; --- 25,39 ---- /** * @test * @bug 6959129 * @summary COMPARISON WITH INTEGER.MAX_INT DOES NOT WORK CORRECTLY IN THE CLIENT VM. * ! * @run main/othervm -ea compiler.c2.Test6959129 */ + package compiler.c2; + public class Test6959129 { public static void main(String[] args) { long start = System.currentTimeMillis(); int min = Integer.MAX_VALUE-30000;
< prev index next >