comparison src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp @ 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 de6a9e811145
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
278 HeapWord* const virtual_space_high = (HeapWord*) virtual_space()->high(); 278 HeapWord* const virtual_space_high = (HeapWord*) virtual_space()->high();
279 assert(object_space()->end() < virtual_space_high, 279 assert(object_space()->end() < virtual_space_high,
280 "Should be true before post_resize()"); 280 "Should be true before post_resize()");
281 MemRegion mangle_region(object_space()->end(), virtual_space_high); 281 MemRegion mangle_region(object_space()->end(), virtual_space_high);
282 // Note that the object space has not yet been updated to 282 // Note that the object space has not yet been updated to
283 // coincede with the new underlying virtual space. 283 // coincide with the new underlying virtual space.
284 SpaceMangler::mangle_region(mangle_region); 284 SpaceMangler::mangle_region(mangle_region);
285 } 285 }
286 post_resize(); 286 post_resize();
287 if (UsePerfData) { 287 if (UsePerfData) {
288 _space_counters->update_capacity(); 288 _space_counters->update_capacity();