< prev index next >

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

Print this page
rev 51816 : imported patch 8210557-more-logging

*** 542,555 **** void cleanup_for_next_mark(); // Clear the previous marking bitmap during safepoint. void clear_prev_bitmap(WorkGang* workers); - // Return whether the next mark bitmap has no marks set. To be used for assertions - // only. Will not yield to pause requests. - bool next_mark_bitmap_is_clear(); - // These two methods do the work that needs to be done at the start and end of the // initial mark pause. void pre_initial_mark(); void post_initial_mark(); --- 542,551 ----
< prev index next >