diff -r 394d55c783dc -r c2978d1578e3 hotspot/src/share/vm/oops/method.hpp --- 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: