diff src/cpu/x86/vm/interpreterGenerator_x86.hpp @ 14957:4062efea018b

Remove compiled method call intrinsic.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 03 Apr 2014 17:47:29 +0200
parents 6b0fd0964b87
children
line wrap: on
line diff
--- a/src/cpu/x86/vm/interpreterGenerator_x86.hpp	Wed Apr 02 15:40:59 2014 -0700
+++ b/src/cpu/x86/vm/interpreterGenerator_x86.hpp	Thu Apr 03 17:47:29 2014 +0200
@@ -36,9 +36,6 @@
 
   address generate_normal_entry(bool synchronized);
   address generate_native_entry(bool synchronized);
-#ifdef GRAAL
-  address generate_execute_compiled_method_entry();
-#endif
   address generate_abstract_entry(void);
   address generate_math_entry(AbstractInterpreter::MethodKind kind);
   address generate_empty_entry(void);