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

@ -115,7 +115,7 @@ void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong forei
TRACE_jvmci_3("relocating (foreign call) at " PTR_FORMAT, p2i(inst));
}
void CodeInstaller::pd_relocate_JavaMethod(Handle hotspot_method, jint pc_offset, TRAPS) {
void CodeInstaller::pd_relocate_JavaMethod(CodeBuffer &, Handle hotspot_method, jint pc_offset, TRAPS) {
#ifdef ASSERT
Method* method = NULL;
// we need to check, this might also be an unresolved method