comparison src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents 397385cc2c83
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
875 // covered by a region. 875 // covered by a region.
876 // 876 //
877 // The summary phase calculates the total live data to the left of each region 877 // The summary phase calculates the total live data to the left of each region
878 // XXX. Based on that total and the bottom of the space, it can calculate the 878 // XXX. Based on that total and the bottom of the space, it can calculate the
879 // starting location of the live data in XXX. The summary phase calculates for 879 // starting location of the live data in XXX. The summary phase calculates for
880 // each region XXX quantites such as 880 // each region XXX quantities such as
881 // 881 //
882 // - the amount of live data at the beginning of a region from an object 882 // - the amount of live data at the beginning of a region from an object
883 // entering the region. 883 // entering the region.
884 // - the location of the first live data on the region 884 // - the location of the first live data on the region
885 // - a count of the number of regions receiving live data from XXX. 885 // - a count of the number of regions receiving live data from XXX.