--- old/test/compiler/jvmci/compilerToVM/GetStackTraceElementTest.java 2015-11-19 12:15:25.014904000 +0000 +++ new/test/compiler/jvmci/compilerToVM/GetStackTraceElementTest.java 2015-11-19 12:15:24.784904000 +0000 @@ -25,7 +25,7 @@ /** * @test * @bug 8136421 - * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64" + * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") * @library /testlibrary /test/lib / * @compile ../common/CompilerToVMHelper.java * @run main ClassFileInstaller jdk.vm.ci.hotspot.CompilerToVMHelper