8193260: AArch64: JVMCI: Implement trampoline calls

Reviewed-by: adinn
This commit is contained in:
Andrew Haley 2018-01-03 17:29:20 +00:00
parent 407df53824
commit c7e601e911
13 changed files with 67 additions and 16 deletions

View file

@ -73,6 +73,11 @@ address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark)
}
#undef __
int CompiledStaticCall::to_trampoline_stub_size() {
// SPARC doesn't use trampolines.
return 0;
}
int CompiledStaticCall::to_interp_stub_size() {
// This doesn't need to be accurate but it must be larger or equal to
// the real size of the stub.