< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMark.hpp

Print this page
rev 49504 : imported patch 8151171-renamings
rev 49506 : imported patch 8200234-g1concurrentmark-refactorings
rev 49510 : 8200255: Remove G1CMTask::_concurrent
Reviewed-by: sangheki, sjohanss
rev 49511 : 8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
Reviewed-by: sjohanss, sangheki
rev 49513 : [mq]: 8200385-prev-bitmap-marks-left

@@ -587,10 +587,12 @@
   // If the passed obj_size is zero, it is recalculated from the given object if
   // needed. This is to be as lazy as possible with accessing the object's size.
   inline bool mark_in_next_bitmap(uint worker_id, HeapRegion* const hr, oop const obj, size_t const obj_size = 0);
   inline bool mark_in_next_bitmap(uint worker_id, oop const obj, size_t const obj_size = 0);
 
+  inline bool is_marked_in_next_bitmap(oop p) const;
+
   // Returns true if initialization was successfully completed.
   bool completed_initialization() const {
     return _completed_initialization;
   }
 
< prev index next >