hotspot/test/compiler/loopopts/superword/SumRed_Int.java
changeset 36057 867e857daf84
parent 30211 442fbbb31f75
child 40059 c2304140ed64
--- a/hotspot/test/compiler/loopopts/superword/SumRed_Int.java	Wed Feb 10 07:54:26 2016 +0100
+++ b/hotspot/test/compiler/loopopts/superword/SumRed_Int.java	Wed Feb 10 15:24:22 2016 +0100
@@ -26,6 +26,7 @@
  * @test
  * @bug 8074981
  * @summary Add C2 x86 Superword support for scalar sum 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:LoopMaxUnroll=2 -XX:CompileThresholdScaling=0.1 SumRed_Int
  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-SuperWordReductions -XX:LoopUnrollLimit=250 -XX:LoopMaxUnroll=2 -XX:CompileThresholdScaling=0.1 SumRed_Int