< prev index next >

test/hotspot/jtreg/compiler/valhalla/valuetypes/TestJNICalls.java

Print this page

        

*** 29,39 **** /* * @test * @summary Test calling native methods with value type arguments from compiled code. * @library /testlibrary /test/lib /compiler/whitebox / ! * @requires os.simpleArch == "x64" * @compile TestJNICalls.java * @run driver ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.Platform * @run main/othervm/timeout=120 -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions * -XX:+UnlockExperimentalVMOptions -XX:+WhiteBoxAPI * compiler.valhalla.valuetypes.ValueTypeTest --- 29,39 ---- /* * @test * @summary Test calling native methods with value type arguments from compiled code. * @library /testlibrary /test/lib /compiler/whitebox / ! * @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 * -XX:+UnlockExperimentalVMOptions -XX:+WhiteBoxAPI * compiler.valhalla.valuetypes.ValueTypeTest
< prev index next >