< prev index next >

test/compiler/jvmci/JVM_GetJVMCIRuntimeTest.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.runtime * @run main/othervm -XX:+UnlockExperimentalVMOptions * -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=true --- 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.runtime * @run main/othervm -XX:+UnlockExperimentalVMOptions * -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=true
< prev index next >