diff src/cpu/x86/vm/interp_masm_x86_32.hpp @ 710:e5b0439ef4ae

6655638: dynamic languages need method handles Summary: initial implementation, with known omissions (x86/64, sparc, compiler optim., c-oops, C++ interp.) Reviewed-by: kvn, twisti, never
author jrose
date Wed, 08 Apr 2009 10:56:49 -0700
parents 0fbdb4381b99
children be93aad57795
line wrap: on
line diff
--- a/src/cpu/x86/vm/interp_masm_x86_32.hpp	Wed Apr 08 00:12:59 2009 -0700
+++ b/src/cpu/x86/vm/interp_masm_x86_32.hpp	Wed Apr 08 10:56:49 2009 -0700
@@ -161,6 +161,7 @@
 
 
   // jump to an invoked target
+  void prepare_to_jump_from_interpreted();
   void jump_from_interpreted(Register method, Register temp);
 
   // Returning from interpreted functions