diff src/cpu/sparc/vm/interpreterGenerator_sparc.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 0f7ca53be929
children 2a69cbe850a8
line wrap: on
line diff
--- a/src/cpu/sparc/vm/interpreterGenerator_sparc.hpp	Wed Apr 02 15:40:59 2014 -0700
+++ b/src/cpu/sparc/vm/interpreterGenerator_sparc.hpp	Thu Apr 03 17:47:29 2014 +0200
@@ -33,9 +33,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);