hotspot/test/compiler/loopopts/superword/ReductionPerf.java
changeset 36057 867e857daf84
parent 30588 24fc4b3a964e
child 40059 c2304140ed64
equal deleted inserted replaced
35846:f5a8b47778ef 36057:867e857daf84
    24 
    24 
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 8074981
    27  * @bug 8074981
    28  * @summary Add C2 x86 Superword support for scalar product reduction optimizations : int test
    28  * @summary Add C2 x86 Superword support for scalar product reduction optimizations : int test
       
    29  * @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64"
    29  *
    30  *
    30  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+SuperWordReductions -XX:LoopUnrollLimit=250 -XX:CompileThresholdScaling=0.1 -XX:CompileCommand=exclude,ReductionPerf::main ReductionPerf
    31  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+SuperWordReductions -XX:LoopUnrollLimit=250 -XX:CompileThresholdScaling=0.1 -XX:CompileCommand=exclude,ReductionPerf::main ReductionPerf
    31  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-SuperWordReductions -XX:LoopUnrollLimit=250 -XX:CompileThresholdScaling=0.1 -XX:CompileCommand=exclude,ReductionPerf::main ReductionPerf
    32  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-SuperWordReductions -XX:LoopUnrollLimit=250 -XX:CompileThresholdScaling=0.1 -XX:CompileCommand=exclude,ReductionPerf::main ReductionPerf
    32  */
    33  */
    33 
    34