8136914: compiler/loopopts/superword/SumRedSqrt_Double.java times out
authorzmajo
Tue, 22 Sep 2015 13:42:09 +0200
changeset 33076 f05566b7ed14
parent 33075 45115336a6b5
child 33077 55f205e96044
8136914: compiler/loopopts/superword/SumRedSqrt_Double.java times out Summary: Change test to execute only on relevant (x86-based) platforms. Reviewed-by: kvn, dlong
hotspot/test/compiler/loopopts/superword/SumRedSqrt_Double.java
--- a/hotspot/test/compiler/loopopts/superword/SumRedSqrt_Double.java	Wed Sep 16 09:52:58 2015 -0400
+++ b/hotspot/test/compiler/loopopts/superword/SumRedSqrt_Double.java	Tue Sep 22 13:42:09 2015 +0200
@@ -24,7 +24,9 @@
 
 /**
 * @test
+* @bug 8135028
 * @summary Add C2 x86 Superword support for scalar sum reduction optimizations : double sqrt test
+* @requires os.arch=="x86" | os.arch=="amd64" | os.arch=="x86_64"
 *
 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+SuperWordReductions -XX:LoopUnrollLimit=250 -XX:LoopMaxUnroll=2 -XX:CompileThresholdScaling=0.1 SumRedSqrt_Double
 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-SuperWordReductions -XX:LoopUnrollLimit=250 -XX:LoopMaxUnroll=2 -XX:CompileThresholdScaling=0.1 SumRedSqrt_Double