< prev index next >

test/compiler/jvmci/compilerToVM/LookupKlassRefIndexInPoolTest.java

Print this page

        

*** 23,33 **** */ /* * @test * @bug 8138708 ! * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") * @library /testlibrary /test/lib / * @library ../common/patches * @modules java.base/jdk.internal.misc * java.base/jdk.internal.reflect * java.base/jdk.internal.org.objectweb.asm --- 23,33 ---- */ /* * @test * @bug 8138708 ! * @requires (vm.arch == "x64" | vm.arch == "sparcv9" | vm.arch == "arm64") * @library /testlibrary /test/lib / * @library ../common/patches * @modules java.base/jdk.internal.misc * java.base/jdk.internal.reflect * java.base/jdk.internal.org.objectweb.asm
< prev index next >