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

src/share/vm/gc_implementation/g1/bufferingOopClosure.hpp

Print this page
rev 5732 : [mq]: comments2

*** 37,47 **** // closure app cost is small, an elapsed timer can approximately attribute // all of this cost to the cost of finding the roots. When the array fills // up, the wrapped closure is applied to all elements, keeping track of // this elapsed time of this process, and leaving the array empty. // The caller must be sure to call "done" to process any unprocessed ! // buffered entriess. class Generation; class HeapRegion; class BufferingOopClosure: public OopClosure { --- 37,47 ---- // closure app cost is small, an elapsed timer can approximately attribute // all of this cost to the cost of finding the roots. When the array fills // up, the wrapped closure is applied to all elements, keeping track of // this elapsed time of this process, and leaving the array empty. // The caller must be sure to call "done" to process any unprocessed ! // buffered entries. class Generation; class HeapRegion; class BufferingOopClosure: public OopClosure {
src/share/vm/gc_implementation/g1/bufferingOopClosure.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File