hotspot/src/share/vm/oops/methodOop.cpp
changeset 5419 f2e8cc8c12ea
parent 4756 da88c27a9241
child 5420 586d3988e72b
equal deleted inserted replaced
5418:c4955cb6ed33 5419:f2e8cc8c12ea
   304 }
   304 }
   305 
   305 
   306 
   306 
   307 int methodOopDesc::extra_stack_words() {
   307 int methodOopDesc::extra_stack_words() {
   308   // not an inline function, to avoid a header dependency on Interpreter
   308   // not an inline function, to avoid a header dependency on Interpreter
   309   return extra_stack_entries() * Interpreter::stackElementSize();
   309   return extra_stack_entries() * Interpreter::stackElementSize;
   310 }
   310 }
   311 
   311 
   312 
   312 
   313 void methodOopDesc::compute_size_of_parameters(Thread *thread) {
   313 void methodOopDesc::compute_size_of_parameters(Thread *thread) {
   314   symbolHandle h_signature(thread, signature());
   314   symbolHandle h_signature(thread, signature());