< prev index next >

src/hotspot/share/c1/c1_LIRAssembler.cpp

Print this page
*** 756,11 ***
    }
  }
  
  
  void LIR_Assembler::build_frame() {
!   _masm->build_frame(initial_frame_size_in_bytes(), bang_size_in_bytes());
  }
  
  
  void LIR_Assembler::roundfp_op(LIR_Opr src, LIR_Opr tmp, LIR_Opr dest, bool pop_fpu_stack) {
    assert(strict_fp_requires_explicit_rounding, "not required");
--- 756,11 ---
    }
  }
  
  
  void LIR_Assembler::build_frame() {
!   _masm->build_frame(initial_frame_size_in_bytes(), bang_size_in_bytes(), compilation()->max_monitors());
  }
  
  
  void LIR_Assembler::roundfp_op(LIR_Opr src, LIR_Opr tmp, LIR_Opr dest, bool pop_fpu_stack) {
    assert(strict_fp_requires_explicit_rounding, "not required");
< prev index next >