< prev index next >

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

Print this page

        

*** 28,38 **** /* * @test * @summary Test on stack replacement (OSR) with value types * @library /testlibrary /test/lib /compiler/whitebox / ! * @requires os.simpleArch == "x64" * @compile TestOnStackReplacement.java * @run driver ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.Platform * @run main/othervm/timeout=300 -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions * -XX:+UnlockExperimentalVMOptions -XX:+WhiteBoxAPI * compiler.valhalla.valuetypes.ValueTypeTest --- 28,38 ---- /* * @test * @summary Test on stack replacement (OSR) with value types * @library /testlibrary /test/lib /compiler/whitebox / ! * @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 * -XX:+UnlockExperimentalVMOptions -XX:+WhiteBoxAPI * compiler.valhalla.valuetypes.ValueTypeTest
< prev index next >