comparison src/share/vm/gc_implementation/g1/g1OopClosures.inline.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 8a5ea0a9ccc4
children 8a9bb7821e28 e9d5c28e5059
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
175 HeapRegion* to = _g1->heap_region_containing(obj); 175 HeapRegion* to = _g1->heap_region_containing(obj);
176 if (to != NULL && _from != to) { 176 if (to != NULL && _from != to) {
177 // The _record_refs_into_cset flag is true during the RSet 177 // The _record_refs_into_cset flag is true during the RSet
178 // updating part of an evacuation pause. It is false at all 178 // updating part of an evacuation pause. It is false at all
179 // other times: 179 // other times:
180 // * rebuilding the rembered sets after a full GC 180 // * rebuilding the remembered sets after a full GC
181 // * during concurrent refinement. 181 // * during concurrent refinement.
182 // * updating the remembered sets of regions in the collection 182 // * updating the remembered sets of regions in the collection
183 // set in the event of an evacuation failure (when deferred 183 // set in the event of an evacuation failure (when deferred
184 // updates are enabled). 184 // updates are enabled).
185 185