< prev index next >

test/hotspot/jtreg/compiler/runtime/criticalnatives/lookup/LookUp.java

Print this page
@@ -22,11 +22,11 @@
   */
  
  
  /* @test
   * @bug 8167408
-  * @requires (os.arch != "aarch64") & (os.arch != "arm") & (vm.flavor != "zero")
+  * @requires (os.arch != "aarch64") & (os.arch != "arm") & (os.arch != "riscv64") & (vm.flavor != "zero")
   * @run main/othervm/native -Xcomp -XX:+CriticalJNINatives compiler.runtime.criticalnatives.lookup.LookUp
   */
  package compiler.runtime.criticalnatives.lookup;
  public class LookUp {
      static {
< prev index next >