--- old/src/share/vm/code/compiledIC.hpp 2015-10-08 07:23:41.000000000 -1000 +++ new/src/share/vm/code/compiledIC.hpp 2015-10-08 07:23:41.000000000 -1000 @@ -306,7 +306,7 @@ friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site); // Code - static address emit_to_interp_stub(CodeBuffer &cbuf); + static address emit_to_interp_stub(CodeBuffer &cbuf, address mark = NULL); static int to_interp_stub_size(); static int reloc_to_interp_stub();