src/hotspot/share/code/compiledIC.hpp
changeset 48487 abf1d797e380
parent 47216 71c04702a3d5
child 48608 1dab70e20292
--- a/src/hotspot/share/code/compiledIC.hpp	Thu Dec 21 09:05:32 2017 +0100
+++ b/src/hotspot/share/code/compiledIC.hpp	Wed Jan 03 17:29:20 2018 +0000
@@ -344,6 +344,7 @@
   // Code
   static address emit_to_interp_stub(CodeBuffer &cbuf, address mark = NULL);
   static int to_interp_stub_size();
+  static int to_trampoline_stub_size();
   static int reloc_to_interp_stub();
   static void emit_to_aot_stub(CodeBuffer &cbuf, address mark = NULL);
   static int to_aot_stub_size();