< prev index next >

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

Print this page

        

@@ -22,11 +22,12 @@
  */
 
 
 /* @test
  * @bug 8167408
- * @run main/othervm/native -Xcomp compiler.runtime.criticalnatives.lookup.LookUp
+ * @requires os.arch != "aarch64"
+ * @run main/othervm/native -Xcomp -XX:+CriticalJNINatives compiler.runtime.criticalnatives.lookup.LookUp
  */
 package compiler.runtime.criticalnatives.lookup;
 public class LookUp {
     static {
         System.loadLibrary("CNLookUp");
< prev index next >