hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp
changeset 33204 b8a3901ac5b3
parent 33203 e1034e5d33eb
child 33212 906b3d079b13
equal deleted inserted replaced
33203:e1034e5d33eb 33204:b8a3901ac5b3
  1009   // Reset the given region's GC timestamp. If it's starts humongous,
  1009   // Reset the given region's GC timestamp. If it's starts humongous,
  1010   // also reset the GC timestamp of its corresponding
  1010   // also reset the GC timestamp of its corresponding
  1011   // continues humongous regions too.
  1011   // continues humongous regions too.
  1012   void reset_gc_time_stamps(HeapRegion* hr);
  1012   void reset_gc_time_stamps(HeapRegion* hr);
  1013 
  1013 
  1014   void iterate_dirty_card_closure(CardTableEntryClosure* cl,
  1014   // Apply the given closure on all cards in the Hot Card Cache, emptying it.
  1015                                   DirtyCardQueue* into_cset_dcq,
  1015   void iterate_hcc_closure(CardTableEntryClosure* cl, uint worker_i);
  1016                                   bool concurrent, uint worker_i);
  1016 
       
  1017   // Apply the given closure on all cards in the Dirty Card Queue Set, emptying it.
       
  1018   void iterate_dirty_card_closure(CardTableEntryClosure* cl, uint worker_i);
  1017 
  1019 
  1018   // The shared block offset table array.
  1020   // The shared block offset table array.
  1019   G1BlockOffsetSharedArray* bot_shared() const { return _bot_shared; }
  1021   G1BlockOffsetSharedArray* bot_shared() const { return _bot_shared; }
  1020 
  1022 
  1021   // Reference Processing accessors
  1023   // Reference Processing accessors