< prev index next >

src/cpu/zero/vm/compiledIC_zero.cpp

Print this page
@    rev 9248 : 8141138: Zero fails to build
|\   Summary: Adjust to recent JDK-9 changes.
| \
| |\
+---o  rev 8813 : 8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
| |/   Summary: Check for failed expansion of stub section in code buffer and bailout.
| |    Reviewed-by: kvn, adinn, dlong, roland, twisti
| o  rev 6647 : 8047326: Consolidate all CompiledIC::CompiledIC implementations and move it to compiledIC.cpp
|/   Reviewed-by: vlivanov, ehelin
o  rev 4565 : 8003853: specify offset of IC load in java_to_interp stub
|  Summary: refactored code to allow platform-specific differences
|  Reviewed-by: dlong, twisti
|  Contributed-by: Goetz Lindenmaier <goetz.lindenmaier@sap.com>

@@ -58,11 +58,11 @@
   return is_icholder_entry(call->destination());
 }
 
 // ----------------------------------------------------------------------------
 
-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;
 }
 
 int CompiledStaticCall::to_interp_stub_size() {
< prev index next >