diff -r f5a8b47778ef -r 867e857daf84 hotspot/test/compiler/loopopts/superword/ReductionPerf.java --- a/hotspot/test/compiler/loopopts/superword/ReductionPerf.java Wed Feb 10 07:54:26 2016 +0100 +++ b/hotspot/test/compiler/loopopts/superword/ReductionPerf.java Wed Feb 10 15:24:22 2016 +0100 @@ -26,6 +26,7 @@ * @test * @bug 8074981 * @summary Add C2 x86 Superword support for scalar product reduction optimizations : int test + * @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64" * * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+SuperWordReductions -XX:LoopUnrollLimit=250 -XX:CompileThresholdScaling=0.1 -XX:CompileCommand=exclude,ReductionPerf::main ReductionPerf * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-SuperWordReductions -XX:LoopUnrollLimit=250 -XX:CompileThresholdScaling=0.1 -XX:CompileCommand=exclude,ReductionPerf::main ReductionPerf