< prev index next >

src/hotspot/cpu/zero/sharedRuntime_zero.cpp

Print this page
*** 137,10 ***
    ShouldNotCallThis();
    return 0;
  }
  
  int SharedRuntime::vector_calling_convention(VMRegPair *regs,
!                                              int num_bits,
!                                              int total_args_passed) {
    ShouldNotCallThis();
    return 0;
  }
--- 137,10 ---
    ShouldNotCallThis();
    return 0;
  }
  
  int SharedRuntime::vector_calling_convention(VMRegPair *regs,
!                                              uint num_bits,
!                                              uint total_args_passed) {
    ShouldNotCallThis();
    return 0;
  }
< prev index next >