hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
changeset 28207 6ad23566cbef
parent 27885 7786b3940066
child 28213 b0bf57cd1e9d
equal deleted inserted replaced
28206:98aac9173d5f 28207:6ad23566cbef
   819   // param is for use with parallel roots processing, and should be
   819   // param is for use with parallel roots processing, and should be
   820   // the "i" of the calling parallel worker thread's work(i) function.
   820   // the "i" of the calling parallel worker thread's work(i) function.
   821   // In the sequential case this param will be ignored.
   821   // In the sequential case this param will be ignored.
   822   void g1_process_roots(OopClosure* scan_non_heap_roots,
   822   void g1_process_roots(OopClosure* scan_non_heap_roots,
   823                         OopClosure* scan_non_heap_weak_roots,
   823                         OopClosure* scan_non_heap_weak_roots,
   824                         OopsInHeapRegionClosure* scan_rs,
   824                         G1ParPushHeapRSClosure* scan_rs,
   825                         CLDClosure* scan_strong_clds,
   825                         CLDClosure* scan_strong_clds,
   826                         CLDClosure* scan_weak_clds,
   826                         CLDClosure* scan_weak_clds,
   827                         CodeBlobClosure* scan_strong_code,
   827                         CodeBlobClosure* scan_strong_code,
   828                         uint worker_i);
   828                         uint worker_i);
   829 
   829