--- old/src/share/vm/c1/c1_IR.hpp 2014-03-06 11:59:53.573658396 +0100 +++ new/src/share/vm/c1/c1_IR.hpp 2014-03-06 11:59:53.269693282 +0100 @@ -284,6 +284,8 @@ bool is_method_handle_invoke() const { return _is_method_handle_invoke; } void set_is_method_handle_invoke(bool x) { _is_method_handle_invoke = x; } + + int interpreter_frame_size() const; };