< prev index next >

src/share/vm/gc/g1/g1SATBCardTableModRefBS.hpp

Print this page

        

@@ -48,14 +48,10 @@
   ~G1SATBCardTableModRefBS() { }
 
 public:
   static int g1_young_card_val()   { return g1_young_gen; }
 
-  // Add "pre_val" to a set of objects that may have been disconnected from the
-  // pre-marking object graph.
-  static void enqueue(oop pre_val);
-
   virtual bool has_write_ref_pre_barrier() { return true; }
 
   // We export this to make it available in cases where the static
   // type of the barrier set is known.  Note that it is non-virtual.
   template <class T> inline void inline_write_ref_field_pre(T* field, oop newVal);
< prev index next >