< prev index next >

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

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 2015, 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 +23,11 @@
  
  /**
   * @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"
+  * @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 >