hotspot/src/cpu/sparc/vm/interp_masm_sparc.cpp
changeset 14587 e9f641f0d3a9
parent 14583 d70ee55535f4
parent 14586 1262473e8fc1
child 17000 11bf92e571a2
equal deleted inserted replaced
14585:c8448449bfbb 14587:e9f641f0d3a9
   516   btst(JVM_ACC_NATIVE, Gframe_size);
   516   btst(JVM_ACC_NATIVE, Gframe_size);
   517   br(Assembler::notZero, false, Assembler::pt, done);
   517   br(Assembler::notZero, false, Assembler::pt, done);
   518   delayed()->nop();
   518   delayed()->nop();
   519 
   519 
   520   // Compute max expression stack+register save area
   520   // Compute max expression stack+register save area
   521   lduh(Lmethod, in_bytes(Method::max_stack_offset()), Gframe_size);  // Load max stack.
   521   ld_ptr(Lmethod, in_bytes(Method::const_offset()), Gframe_size);
       
   522   lduh(Gframe_size, in_bytes(ConstMethod::max_stack_offset()), Gframe_size);  // Load max stack.
   522   add( Gframe_size, frame::memory_parameter_word_sp_offset, Gframe_size );
   523   add( Gframe_size, frame::memory_parameter_word_sp_offset, Gframe_size );
   523 
   524 
   524   //
   525   //
   525   // now set up a stack frame with the size computed above
   526   // now set up a stack frame with the size computed above
   526   //
   527   //