< prev index next >

test/hotspot/jtreg/compiler/loopopts/superword/SumRedSqrt_Double.java

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.
--- 1,7 ---
  /*
!  * Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

*** 23,11 ***
  
  /**
   * @test
   * @bug 8135028
   * @summary Add C2 x86 Superword support for scalar sum reduction optimizations : double sqrt test
!  * @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64"
   *
   * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:LoopUnrollLimit=250
   *      -XX:CompileThresholdScaling=0.1
   *      -XX:+SuperWordReductions
   *      -XX:LoopMaxUnroll=2
--- 23,11 ---
  
  /**
   * @test
   * @bug 8135028
   * @summary Add C2 x86 Superword support for scalar sum reduction optimizations : double sqrt test
!  * @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64" | os.arch=="riscv64"
   *
   * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:LoopUnrollLimit=250
   *      -XX:CompileThresholdScaling=0.1
   *      -XX:+SuperWordReductions
   *      -XX:LoopMaxUnroll=2
< prev index next >