< prev index next >

test/compiler/loopopts/superword/TestBestAlign.java

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

*** 23,36 **** /* * @test * @bug 8141624 * @summary Limit calculation of pre loop during super word optimization is wrong ! * @run main/othervm TestBestAlign * @author gunter.haug@sap.com */ public class TestBestAlign { static final int initVal = -1; static int intArray []; static boolean boolArray[]; --- 23,38 ---- /* * @test * @bug 8141624 * @summary Limit calculation of pre loop during super word optimization is wrong ! * @run main/othervm compiler.loopopts.superword.TestBestAlign * @author gunter.haug@sap.com */ + package compiler.loopopts.superword; + public class TestBestAlign { static final int initVal = -1; static int intArray []; static boolean boolArray[];
< prev index next >