src/hotspot/cpu/x86/compiledIC_x86.cpp
changeset 48487 abf1d797e380
parent 47216 71c04702a3d5
child 48807 fd8ccb37fce9
--- a/src/hotspot/cpu/x86/compiledIC_x86.cpp	Thu Dec 21 09:05:32 2017 +0100
+++ b/src/hotspot/cpu/x86/compiledIC_x86.cpp	Wed Jan 03 17:29:20 2018 +0000
@@ -73,6 +73,11 @@
          LP64_ONLY(15);  // movq (1+1+8); jmp (1+4)
 }
 
+int CompiledStaticCall::to_trampoline_stub_size() {
+  // x86 doesn't use trampolines.
+  return 0;
+}
+
 // Relocation entries for call stub, compiled java to interpreter.
 int CompiledStaticCall::reloc_to_interp_stub() {
   return 4; // 3 in emit_to_interp_stub + 1 in emit_call