src/share/vm/oops/methodOop.cpp

changeset 1861
2338d41fbd81
parent 1643
cef333a48af6
child 1862
cd5dbf694d45
equal deleted inserted replaced
1860:0c5b3cf3c1f5 1861:2338d41fbd81
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());

mercurial