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

changeset 7257
e7d0505c8a30
parent 7051
1f1d373cd044
child 7535
7ae4e26cb1e0
child 9327
f96fcd9e1e1b
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CardCounts.hpp	Fri Oct 10 15:45:45 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CardCounts.hpp	Fri Oct 10 15:51:58 2014 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4   public:
     1.5    void set_cardcounts(G1CardCounts* counts) { _counts = counts; }
     1.6  
     1.7 -  virtual void on_commit(uint start_idx, size_t num_regions);
     1.8 +  virtual void on_commit(uint start_idx, size_t num_regions, bool zero_filled);
     1.9  };
    1.10  
    1.11  // Table to track the number of times a card has been refined. Once

mercurial