src/hotspot/share/gc/g1/g1RemSet.hpp
changeset 48890 f9884e190f2b
parent 48889 216c2aabbf1f
child 48969 7eb296a8ce2c
equal deleted inserted replaced
48889:216c2aabbf1f 48890:f9884e190f2b
   174   G1ScanRSForRegionClosure(G1RemSetScanState* scan_state,
   174   G1ScanRSForRegionClosure(G1RemSetScanState* scan_state,
   175                            G1ScanObjsDuringScanRSClosure* scan_obj_on_card,
   175                            G1ScanObjsDuringScanRSClosure* scan_obj_on_card,
   176                            CodeBlobClosure* code_root_cl,
   176                            CodeBlobClosure* code_root_cl,
   177                            uint worker_i);
   177                            uint worker_i);
   178 
   178 
   179   bool do_heap_region(HeapRegion* r);
   179   bool doHeapRegion(HeapRegion* r);
   180 
   180 
   181   double strong_code_root_scan_time_sec() {
   181   double strong_code_root_scan_time_sec() {
   182     return _strong_code_root_scan_time_sec;
   182     return _strong_code_root_scan_time_sec;
   183   }
   183   }
   184 
   184