< prev index next >

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

Print this page
rev 13138 : [mq]: 8175554-erikd-review3

@@ -1132,10 +1132,11 @@
 
   // Return "TRUE" iff the given object address is within the collection
   // set. Assumes that the reference points into the heap.
   inline bool is_in_cset(const HeapRegion *hr);
   inline bool is_in_cset(oop obj);
+  inline bool is_in_cset(HeapWord* addr);
 
   inline bool is_in_cset_or_humongous(const oop obj);
 
  private:
   // This array is used for a quick test on whether a reference points into
< prev index next >