src/share/vm/c1/c1_IR.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_IR.hpp	Thu Mar 20 11:28:59 2014
--- new/src/share/vm/c1/c1_IR.hpp	Thu Mar 20 11:28:58 2014

*** 282,291 **** --- 282,293 ---- void add_register_oop(LIR_Opr opr); void record_debug_info(DebugInformationRecorder* recorder, int pc_offset); 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; }; class IR: public CompilationResourceObj { private:

src/share/vm/c1/c1_IR.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File