--- old/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestOnStackReplacement.java 2019-07-12 11:39:36.583621315 +0000 +++ new/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestOnStackReplacement.java 2019-07-12 11:39:35.467574436 +0000 @@ -30,7 +30,7 @@ * @test * @summary Test on stack replacement (OSR) with value types * @library /testlibrary /test/lib /compiler/whitebox / - * @requires os.simpleArch == "x64" + * @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64") * @compile TestOnStackReplacement.java * @run driver ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.Platform * @run main/othervm/timeout=300 -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions