< prev index next >

src/share/vm/jvmci/jvmciRuntime.hpp

Print this page
rev 12906 : [mq]: gc_interface

@@ -152,11 +152,10 @@
   // followed by its address.
   static void log_object(JavaThread* thread, oopDesc* object, bool as_string, bool newline);
   static void write_barrier_pre(JavaThread* thread, oopDesc* obj);
   static void write_barrier_post(JavaThread* thread, void* card);
   static jboolean validate_object(JavaThread* thread, oopDesc* parent, oopDesc* child);
-  static void new_store_pre_barrier(JavaThread* thread);
 
   // used to throw exceptions from compiled JVMCI code
   static void throw_and_post_jvmti_exception(JavaThread* thread, const char* exception, const char* message);
   // helper methods to throw exception with complex messages
   static void throw_klass_external_name_exception(JavaThread* thread, const char* exception, Klass* klass);
< prev index next >