comparison src/cpu/sparc/vm/interp_masm_sparc.cpp @ 7184:5505fbbae3d3

Merge
author cjplummer
date Thu, 29 Nov 2012 13:55:49 -0800
parents f34d701e952e b2dbd323c668
children aeaca88565e6
comparison
equal deleted inserted replaced
7182:c24f778e9401 7184:5505fbbae3d3
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 //