--- old/src/cpu/zero/vm/compiledIC_zero.cpp 2015-11-02 16:56:34.693585551 +0100 +++ new/src/cpu/zero/vm/compiledIC_zero.cpp 2015-11-02 16:56:34.633586404 +0100 @@ -60,7 +60,7 @@ // ---------------------------------------------------------------------------- -address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf) { +address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { ShouldNotReachHere(); // Only needed for COMPILER2. return NULL; }