< prev index next >

test/compiler/jvmci/SecurityRestrictionsTest.java

Print this page
rev 9228 : 8143072: Port JVMCI to AArch64
Summary: AArch64-specific code for JVMCI
Reviewed-by: duke

*** 23,33 **** */ /** * @test * @bug 8136421 ! * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64" * @library /testlibrary /../../test/lib / * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI * compiler.jvmci.SecurityRestrictionsTest * NO_SEC_MAN * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI --- 23,33 ---- */ /** * @test * @bug 8136421 ! * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") * @library /testlibrary /../../test/lib / * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI * compiler.jvmci.SecurityRestrictionsTest * NO_SEC_MAN * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
< prev index next >