8140238: Zero fails to build from source

Zero fails to build after 8136421 and 8078554

Reviewed-by: kvn
This commit is contained in:
Ed Nevill 2015-10-21 12:15:37 +00:00
parent 374baee57f
commit 724a1054af
3 changed files with 2 additions and 6 deletions

View file

@ -60,7 +60,7 @@ bool CompiledIC::is_icholder_call_site(virtual_call_Relocation* call_site) {
// ----------------------------------------------------------------------------
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;
}