--- old/src/share/vm/code/compiledIC.hpp 2013-04-19 12:18:54.511282000 +0200 +++ new/src/share/vm/code/compiledIC.hpp 2013-04-19 12:18:54.387281000 +0200 @@ -304,6 +304,11 @@ friend CompiledStaticCall* compiledStaticCall_at(address native_call); friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site); + // Code + static void emit_to_interp_stub(CodeBuffer &cbuf); + static uint to_interp_stub_size(); + static uint reloc_to_interp_stub(); + // State bool is_clean() const; bool is_call_to_compiled() const;