comparison src/share/vm/gc_implementation/g1/bufferingOopClosure.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 c685ef164975
children 937cf56dede6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
37 // closure app cost is small, an elapsed timer can approximately attribute 37 // closure app cost is small, an elapsed timer can approximately attribute
38 // all of this cost to the cost of finding the roots. When the array fills 38 // all of this cost to the cost of finding the roots. When the array fills
39 // up, the wrapped closure is applied to all elements, keeping track of 39 // up, the wrapped closure is applied to all elements, keeping track of
40 // this elapsed time of this process, and leaving the array empty. 40 // this elapsed time of this process, and leaving the array empty.
41 // The caller must be sure to call "done" to process any unprocessed 41 // The caller must be sure to call "done" to process any unprocessed
42 // buffered entriess. 42 // buffered entries.
43 43
44 class Generation; 44 class Generation;
45 class HeapRegion; 45 class HeapRegion;
46 46
47 class BufferingOopClosure: public OopClosure { 47 class BufferingOopClosure: public OopClosure {