< prev index next >

test/compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java

Print this page

        

*** 23,33 **** */ /* * @test * @bug 8136421 ! * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") * @library /testlibrary / * @modules java.base/jdk.internal.misc * @modules jdk.vm.ci/jdk.vm.ci.hotspot * jdk.vm.ci/jdk.vm.ci.runtime * @run main/othervm -XX:+UnlockExperimentalVMOptions --- 23,33 ---- */ /* * @test * @bug 8136421 ! * @requires (vm.arch == "x64" | vm.arch == "sparcv9" | vm.arch == "arm64") * @library /testlibrary / * @modules java.base/jdk.internal.misc * @modules jdk.vm.ci/jdk.vm.ci.hotspot * jdk.vm.ci/jdk.vm.ci.runtime * @run main/othervm -XX:+UnlockExperimentalVMOptions
< prev index next >