diff -r 42a42da29fd7 -r a6e09d6dd8e5 src/share/vm/code/compiledIC.hpp --- a/src/share/vm/code/compiledIC.hpp Thu Apr 11 23:06:33 2013 -0400 +++ b/src/share/vm/code/compiledIC.hpp Wed Apr 24 20:55:28 2013 -0400 @@ -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 int to_interp_stub_size(); + static int reloc_to_interp_stub(); + // State bool is_clean() const; bool is_call_to_compiled() const;