src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp

src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp

Print this page

        

*** 875,885 **** // covered by a region. // // The summary phase calculates the total live data to the left of each region // XXX. Based on that total and the bottom of the space, it can calculate the // starting location of the live data in XXX. The summary phase calculates for ! // each region XXX quantites such as // // - the amount of live data at the beginning of a region from an object // entering the region. // - the location of the first live data on the region // - a count of the number of regions receiving live data from XXX. --- 875,885 ---- // covered by a region. // // The summary phase calculates the total live data to the left of each region // XXX. Based on that total and the bottom of the space, it can calculate the // starting location of the live data in XXX. The summary phase calculates for ! // each region XXX quantities such as // // - the amount of live data at the beginning of a region from an object // entering the region. // - the location of the first live data on the region // - a count of the number of regions receiving live data from XXX.
src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File