< prev index next >

src/share/vm/gc/parallel/psParallelCompact.hpp

Print this page

        

*** 1063,1075 **** // Summary phase utility routine to fill dead space (if any) at the dense // prefix boundary. Should only be called if the the dense prefix is // non-empty. static void fill_dense_prefix_end(SpaceId id); - // Clear the summary data source_region field for the specified addresses. - static void clear_source_region(HeapWord* beg_addr, HeapWord* end_addr); - static void summarize_spaces_quick(); static void summarize_space(SpaceId id, bool maximum_compaction); static void summary_phase(ParCompactionManager* cm, bool maximum_compaction); // Adjust addresses in roots. Does not adjust addresses in heap. --- 1063,1072 ----
< prev index next >