hotspot/src/cpu/x86/vm/interp_masm_x86.hpp
changeset 33070 54f3f085b165
parent 32391 01e2f5e916c7
child 33160 c59f1676d27e
--- a/hotspot/src/cpu/x86/vm/interp_masm_x86.hpp	Thu Sep 17 13:42:50 2015 -0700
+++ b/hotspot/src/cpu/x86/vm/interp_masm_x86.hpp	Thu Sep 17 09:03:57 2015 +0200
@@ -60,6 +60,8 @@
     _locals_register(LP64_ONLY(r14) NOT_LP64(rdi)),
     _bcp_register(LP64_ONLY(r13) NOT_LP64(rsi)) {}
 
+  void jump_to_entry(address entry);
+
   void load_earlyret_value(TosState state);
 
 #ifdef CC_INTERP