hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp
changeset 46727 6e4a84748e2c
parent 46625 edefffab74e2
equal deleted inserted replaced
46726:7801367e3cc9 46727:6e4a84748e2c
  1738     }
  1738     }
  1739   }
  1739   }
  1740 }
  1740 }
  1741 
  1741 
  1742 static void gen_special_dispatch(MacroAssembler* masm,
  1742 static void gen_special_dispatch(MacroAssembler* masm,
  1743                                  methodHandle method,
  1743                                  const methodHandle& method,
  1744                                  const BasicType* sig_bt,
  1744                                  const BasicType* sig_bt,
  1745                                  const VMRegPair* regs) {
  1745                                  const VMRegPair* regs) {
  1746   verify_oop_args(masm, method, sig_bt, regs);
  1746   verify_oop_args(masm, method, sig_bt, regs);
  1747   vmIntrinsics::ID iid = method->intrinsic_id();
  1747   vmIntrinsics::ID iid = method->intrinsic_id();
  1748 
  1748