diff src/share/vm/graal/graalRuntime.hpp @ 8489:92d21814cf7b

-Implement WB primitive stub call for G1's slow path later
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 19 Feb 2013 17:57:14 +0100
parents a6bd253a770f
children 1567c6cc6561
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Tue Feb 19 16:53:10 2013 +0100
+++ b/src/share/vm/graal/graalRuntime.hpp	Tue Feb 19 17:57:14 2013 +0100
@@ -103,6 +103,7 @@
   stub(graal_log_primitive)           \
   stub(graal_identity_hash_code)      \
   stub(graal_thread_is_interrupted)   \
+  stub(graal_g1_wb_slow)              \
   last_entry(number_of_ids)
 
 #define DECLARE_STUB_ID(x)       x ## _id ,
@@ -140,6 +141,7 @@
 
   static address exception_handler_for_pc(JavaThread* thread);
 
+  static void graal_g1_wb_slow(JavaThread* thread, oopDesc* obj);
   static void graal_create_null_exception(JavaThread* thread);
   static void graal_create_out_of_bounds_exception(JavaThread* thread, jint index);
   static void graal_monitorenter(JavaThread* thread, oopDesc* obj, BasicLock* lock);