--- old/src/share/vm/c1/c1_IR.hpp 2014-03-20 11:28:59.445872379 +0100 +++ new/src/share/vm/c1/c1_IR.hpp 2014-03-20 11:28:58.948625138 +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; };