comparison src/share/vm/oops/methodOop.cpp @ 1506:2338d41fbd81

6943304: remove tagged stack interpreter Reviewed-by: coleenp, never, gbenson
author twisti
date Fri, 30 Apr 2010 08:37:24 -0700
parents cef333a48af6
children cd5dbf694d45
comparison
equal deleted inserted replaced
1505:0c5b3cf3c1f5 1506: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());