< prev index next >

test/hotspot/jtreg/compiler/runtime/criticalnatives/argumentcorruption/CheckLongArgs.java

Print this page
*** 22,11 ***
   */
  
  
  /* @test
   * @bug 8167409
!  * @requires (os.arch != "aarch64") & (os.arch != "arm") & (vm.flavor != "zero")
   * @run main/othervm/native -Xcomp -XX:+CriticalJNINatives compiler.runtime.criticalnatives.argumentcorruption.CheckLongArgs
   */
  package compiler.runtime.criticalnatives.argumentcorruption;
  public class CheckLongArgs {
      static {
--- 22,11 ---
   */
  
  
  /* @test
   * @bug 8167409
!  * @requires (os.arch != "aarch64") & (os.arch != "arm") & (os.arch != "riscv64") & (vm.flavor != "zero")
   * @run main/othervm/native -Xcomp -XX:+CriticalJNINatives compiler.runtime.criticalnatives.argumentcorruption.CheckLongArgs
   */
  package compiler.runtime.criticalnatives.argumentcorruption;
  public class CheckLongArgs {
      static {
< prev index next >