< prev index next >

test/compiler/jvmci/compilerToVM/LookupTypeTest.java

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

*** 22,32 **** */ /* * @test * @bug 8136421 ! * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64" * @library / /testlibrary * @compile ../common/CompilerToVMHelper.java * @build compiler.jvmci.compilerToVM.LookupTypeTest * @run main ClassFileInstaller * jdk.vm.ci.hotspot.CompilerToVMHelper --- 22,32 ---- */ /* * @test * @bug 8136421 ! * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") * @library / /testlibrary * @compile ../common/CompilerToVMHelper.java * @build compiler.jvmci.compilerToVM.LookupTypeTest * @run main ClassFileInstaller * jdk.vm.ci.hotspot.CompilerToVMHelper
< prev index next >