8136914: compiler/loopopts/superword/SumRedSqrt_Double.java times out

Change test to execute only on relevant (x86-based) platforms.

Reviewed-by: kvn, dlong
This commit is contained in:
Zoltan Majo 2015-09-22 13:42:09 +02:00
parent 1a53878451
commit a61a0cec2e

View File

@ -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