hotspot/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp
changeset 46619 a3919f5e8d2b
parent 46381 020219e46c86
child 46620 750c6edff33b
equal deleted inserted replaced
46618:d503911aa948 46619:a3919f5e8d2b
   270   }
   270   }
   271   reg_save_size_in_words = sp_offset - frame::memory_parameter_word_sp_offset;
   271   reg_save_size_in_words = sp_offset - frame::memory_parameter_word_sp_offset;
   272   // this should match assembler::total_frame_size_in_bytes, which
   272   // this should match assembler::total_frame_size_in_bytes, which
   273   // isn't callable from this context.  It's checked by an assert when
   273   // isn't callable from this context.  It's checked by an assert when
   274   // it's used though.
   274   // it's used though.
   275   frame_size_in_bytes = align_size_up(sp_offset * wordSize, 8);
   275   frame_size_in_bytes = align_up(sp_offset * wordSize, 8);
   276 }
   276 }
   277 
   277 
   278 
   278 
   279 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
   279 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
   280   // make a frame and preserve the caller's caller-save registers
   280   // make a frame and preserve the caller's caller-save registers