mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8140238: Zero fails to build from source
Zero fails to build after 8136421 and 8078554 Reviewed-by: kvn
This commit is contained in:
parent
374baee57f
commit
724a1054af
3 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue