--- old/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestNullableArrays.java 2019-07-12 11:39:32.247439178 +0000 +++ new/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestNullableArrays.java 2019-07-12 11:39:31.191394820 +0000 @@ -31,7 +31,7 @@ * @test * @summary Test nullable value type arrays * @library /testlibrary /test/lib /compiler/whitebox / - * @requires os.simpleArch == "x64" + * @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64") * @compile TestNullableArrays.java * @run driver ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.Platform * @run main/othervm/timeout=300 -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions