--- old/src/share/vm/code/compiledIC.hpp 2016-04-11 14:42:28.643555849 +0300 +++ new/src/share/vm/code/compiledIC.hpp 2016-04-11 14:42:28.455550725 +0300 @@ -320,7 +320,7 @@ friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site); // Code - static void emit_to_interp_stub(CodeBuffer &cbuf); + static address emit_to_interp_stub(CodeBuffer &cbuf); static int to_interp_stub_size(); static int reloc_to_interp_stub();