< prev index next >

src/share/vm/gc/shenandoah/shenandoahBarrierSet.hpp

Print this page
rev 12153 : imported patch shared_sb_stub.patch

@@ -109,12 +109,10 @@
   virtual bool is_safe(narrowOop o);
   virtual void verify_safe_oop(oop p);
 #endif
 
   static oopDesc* write_barrier_c2(oopDesc* src);
-  static oopDesc* write_barrier_interp(oopDesc* src);
-  static oopDesc* write_barrier_c1(JavaThread* thread, oopDesc* src);
 
 private:
   bool need_update_refs_barrier();
 
 #ifndef CC_INTERP
< prev index next >