src/hotspot/share/gc/g1/g1HotCardCache.hpp
changeset 47885 5caa1d5f74c1
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
47884:3cfab71d6c81 47885:5caa1d5f74c1
   126     if (default_use_cache()) {
   126     if (default_use_cache()) {
   127         reset_hot_cache_internal();
   127         reset_hot_cache_internal();
   128     }
   128     }
   129   }
   129   }
   130 
   130 
   131   // Zeros the values in the card counts table for entire committed heap
       
   132   void reset_card_counts();
       
   133 
       
   134   // Zeros the values in the card counts table for the given region
   131   // Zeros the values in the card counts table for the given region
   135   void reset_card_counts(HeapRegion* hr);
   132   void reset_card_counts(HeapRegion* hr);
   136 
   133 
   137  private:
   134  private:
   138   void reset_hot_cache_internal() {
   135   void reset_hot_cache_internal() {