--- old/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestJNICalls.java 2019-03-26 15:46:03.920098529 +0000 +++ new/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestJNICalls.java 2019-03-26 15:46:01.840011948 +0000 @@ -31,7 +31,6 @@ * @test * @summary Test calling native methods with value type arguments from compiled code. * @library /testlibrary /test/lib /compiler/whitebox / - * @requires os.simpleArch == "x64" * @compile -XDallowWithFieldOperator TestJNICalls.java * @run driver ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.Platform * @run main/othervm/timeout=120 -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions