< prev index next >

test/compiler/jvmci/compilerToVM/LookupKlassInPoolTest.java

Print this page
rev 9429 : 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" * @summary Testing compiler.jvmci.CompilerToVM.lookupKlassInPool method * @library /testlibrary /test/lib / * @compile ../common/CompilerToVMHelper.java * @build compiler.jvmci.common.testcases.MultipleImplementersInterface * compiler.jvmci.common.testcases.MultipleImplementer2 --- 23,33 ---- */ /* * @test * @bug 8136421 ! * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") * @summary Testing compiler.jvmci.CompilerToVM.lookupKlassInPool method * @library /testlibrary /test/lib / * @compile ../common/CompilerToVMHelper.java * @build compiler.jvmci.common.testcases.MultipleImplementersInterface * compiler.jvmci.common.testcases.MultipleImplementer2
< prev index next >