diff src/share/vm/c1/c1_Runtime1.hpp @ 6521:2a0c9f20baa1

consolidated framework for runtime and stub calls and moved declaration of descriptors for such calls to the source file in which they are used
author Doug Simon <doug.simon@oracle.com>
date Fri, 05 Oct 2012 17:55:12 +0200
parents 921005bb0b45
children fd71ca8c5f88
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Runtime1.hpp	Fri Oct 05 15:54:08 2012 +0200
+++ b/src/share/vm/c1/c1_Runtime1.hpp	Fri Oct 05 17:55:12 2012 +0200
@@ -80,7 +80,6 @@
   stub(graal_set_deopt_info)         \
   stub(graal_create_null_pointer_exception) \
   stub(graal_create_out_of_bounds_exception) \
-  stub(graal_generic_callback)       \
   stub(graal_log_object)             \
   stub(graal_log_printf)             \
   stub(graal_log_primitive)          \
@@ -204,7 +203,6 @@
 #ifdef GRAAL
   static void graal_create_null_exception(JavaThread* thread);
   static void graal_create_out_of_bounds_exception(JavaThread* thread, jint index);
-  static void graal_generic_callback(JavaThread* thread, oop _callback, oop _argument);
   static void graal_monitorenter(JavaThread* thread, oopDesc* obj, BasicLock* lock);
   static void graal_monitorexit (JavaThread* thread, oopDesc* obj, BasicLock* lock);
   static void graal_vm_error(JavaThread* thread, oop where, oop format, jlong value);