< prev index next >

test/compiler/vectorization/TestVectorUnalignedOffset.java

Print this page

        

*** 23,36 **** /** * @test * @bug 8155612 * @summary Aarch64: vector nodes need to support misaligned offset - * @run main/othervm -XX:-BackgroundCompilation TestVectorUnalignedOffset * */ public class TestVectorUnalignedOffset { static void test1(int[] src_array, int[] dst_array, int l) { for (int i = 0; i < l; i++) { --- 23,37 ---- /** * @test * @bug 8155612 * @summary Aarch64: vector nodes need to support misaligned offset * + * @run main/othervm -XX:-BackgroundCompilation compiler.vectorization.TestVectorUnalignedOffset */ + package compiler.vectorization; public class TestVectorUnalignedOffset { static void test1(int[] src_array, int[] dst_array, int l) { for (int i = 0; i < l; i++) {
< prev index next >