changeset 27149 | 9246fc481aa3 |
parent 26160 | aba6b01cb988 |
child 29580 | a67a581cfe11 |
--- a/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.hpp Tue Oct 07 14:54:53 2014 +0200 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.hpp Thu Oct 09 11:40:11 2014 +0200 @@ -42,7 +42,7 @@ public: void set_cardcounts(G1CardCounts* counts) { _counts = counts; } - virtual void on_commit(uint start_idx, size_t num_regions); + virtual void on_commit(uint start_idx, size_t num_regions, bool zero_filled); }; // Table to track the number of times a card has been refined. Once