< prev index next >

test/compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java

Print this page

        

*** 20,36 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! /* * @test * @bug 8136421 * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") * @library /testlibrary / ! * @modules jdk.vm.ci/jdk.vm.ci.hotspot ! * jdk.vm.ci/jdk.vm.ci.runtime * @run main/othervm -XX:+UnlockExperimentalVMOptions * -Dcompiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives.positive=true * -XX:+EnableJVMCI * compiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives * @run main/othervm -XX:+UnlockExperimentalVMOptions --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! /** * @test * @bug 8136421 * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") * @library /testlibrary / ! * @modules jdk.vm.ci/jdk.vm.ci.runtime ! * jdk.vm.ci.hotspot/jdk.vm.ci.hotspot * @run main/othervm -XX:+UnlockExperimentalVMOptions * -Dcompiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives.positive=true * -XX:+EnableJVMCI * compiler.jvmci.compilerToVM.JVM_RegisterJVMCINatives * @run main/othervm -XX:+UnlockExperimentalVMOptions
< prev index next >