< prev index next >

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

Print this page

        

@@ -1523,10 +1523,12 @@
 
   inline bool is_obj_dead(const oop obj) const;
 
   inline bool is_obj_ill(const oop obj) const;
 
+  inline bool requires_marking(const void* entry) const;
+
   bool allocated_since_marking(oop obj, HeapRegion* hr, VerifyOption vo);
   HeapWord* top_at_mark_start(HeapRegion* hr, VerifyOption vo);
   bool is_marked(oop obj, VerifyOption vo);
   const char* top_at_mark_start_str(VerifyOption vo);
 
< prev index next >