hotspot/src/share/vm/oops/method.hpp
changeset 24322 c2978d1578e3
parent 23872 536c66fc43d3
child 24457 0e20b36df5c4
child 24442 4d4ae31dea26
--- a/hotspot/src/share/vm/oops/method.hpp	Mon Apr 28 16:05:12 2014 -0700
+++ b/hotspot/src/share/vm/oops/method.hpp	Tue Apr 29 08:08:44 2014 +0200
@@ -661,7 +661,7 @@
   // this operates only on invoke methods:
   // presize interpreter frames for extra interpreter stack entries, if needed
   // Account for the extra appendix argument for invokehandle/invokedynamic
-  static int extra_stack_entries() { return EnableInvokeDynamic ? extra_stack_entries_for_jsr292 : 0; }
+  static int extra_stack_entries() { return extra_stack_entries_for_jsr292; }
   static int extra_stack_words();  // = extra_stack_entries() * Interpreter::stackElementSize
 
   // RedefineClasses() support: