< prev index next >

test/compiler/intrinsics/Test8005419.java

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

*** 23,36 **** /* * @test * @bug 8005419 * @summary Improve intrinsics code performance on x86 by using AVX2 - * @run main/othervm -Xbatch -Xmx64m Test8005419 * */ public class Test8005419 { public static int SIZE = 64; public static void main(String[] args) { char[] a = new char[SIZE]; --- 23,38 ---- /* * @test * @bug 8005419 * @summary Improve intrinsics code performance on x86 by using AVX2 * + * @run main/othervm -Xbatch -Xmx64m compiler.intrinsics.Test8005419 */ + package compiler.intrinsics; + public class Test8005419 { public static int SIZE = 64; public static void main(String[] args) { char[] a = new char[SIZE];
< prev index next >