< prev index next >

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

Print this page
rev 9605 : imported patch in-cset-ext

@@ -94,10 +94,11 @@
   bool verify_ref(narrowOop* ref) const;
   bool verify_ref(oop* ref) const;
   bool verify_task(StarTask ref) const;
 #endif // ASSERT
 
+  template <class T> void do_oop_ext(T* ref);
   template <class T> void push_on_queue(T* ref);
 
   template <class T> void update_rs(HeapRegion* from, T* p, oop o) {
     // If the new value of the field points to the same region or
     // is the to-space, we don't need to include it in the Rset updates.
< prev index next >