mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8193260: AArch64: JVMCI: Implement trampoline calls
Reviewed-by: adinn
This commit is contained in:
parent
407df53824
commit
c7e601e911
13 changed files with 67 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue