< prev index next >

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

Print this page

        

*** 22,32 **** */ /* @test * @bug 8167408 ! * @run main/othervm/native -Xcomp compiler.runtime.criticalnatives.lookup.LookUp */ package compiler.runtime.criticalnatives.lookup; public class LookUp { static { System.loadLibrary("CNLookUp"); --- 22,33 ---- */ /* @test * @bug 8167408 ! * @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 >