< prev index next >

test/compiler/c2/Test6559156.java

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

*** 25,37 **** /** * @test * @bug 6559156 * @summary Server compiler generates bad code for "<= Integer.MAX_VALUE" expression * ! * @run main Test6559156 */ public class Test6559156 { static final int N_TESTS = 1000000; public static void main(String[] args) throws Exception { --- 25,39 ---- /** * @test * @bug 6559156 * @summary Server compiler generates bad code for "<= Integer.MAX_VALUE" expression * ! * @run main compiler.c2.Test6559156 */ + package compiler.c2; + public class Test6559156 { static final int N_TESTS = 1000000; public static void main(String[] args) throws Exception {
< prev index next >