hotspot/src/share/vm/oops/methodOop.cpp
changeset 5419 f2e8cc8c12ea
parent 4756 da88c27a9241
child 5420 586d3988e72b
--- a/hotspot/src/share/vm/oops/methodOop.cpp	Fri Apr 30 04:27:25 2010 -0700
+++ b/hotspot/src/share/vm/oops/methodOop.cpp	Fri Apr 30 08:37:24 2010 -0700
@@ -306,7 +306,7 @@
 
 int methodOopDesc::extra_stack_words() {
   // not an inline function, to avoid a header dependency on Interpreter
-  return extra_stack_entries() * Interpreter::stackElementSize();
+  return extra_stack_entries() * Interpreter::stackElementSize;
 }