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

changeset 7257
e7d0505c8a30
parent 7256
0fcaab91d485
child 7535
7ae4e26cb1e0
child 9697
cfe3264deba4
     1.1 --- a/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp	Fri Oct 10 15:45:45 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp	Fri Oct 10 15:51:58 2014 +0200
     1.3 @@ -109,7 +109,7 @@
     1.4  
     1.5  class G1BlockOffsetSharedArrayMappingChangedListener : public G1MappingChangedListener {
     1.6   public:
     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      // Nothing to do. The BOT is hard-wired to be part of the HeapRegion, and we cannot
    1.10      // retrieve it here since this would cause firing of several asserts. The code
    1.11      // executed after commit of a region already needs to do some re-initialization of

mercurial