--- old/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestJNICalls.java 2019-07-12 11:39:28.147266957 +0000 +++ new/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestJNICalls.java 2019-07-12 11:39:27.127224112 +0000 @@ -31,7 +31,7 @@ * @test * @summary Test calling native methods with value type arguments from compiled code. * @library /testlibrary /test/lib /compiler/whitebox / - * @requires os.simpleArch == "x64" + * @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64") * @compile TestJNICalls.java * @run driver ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.Platform * @run main/othervm/timeout=120 -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions