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

changeset 1455
ff2402f6a50b
parent 1377
2c79770d1f6e
child 1456
1f19207eefc2
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Fri Oct 02 16:12:07 2009 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Fri Oct 02 16:20:42 2009 -0400
     1.3 @@ -798,7 +798,7 @@
     1.4    // use_prev_marking == true. Currently, there is only one case where
     1.5    // this is called with use_prev_marking == false, which is to verify
     1.6    // the "next" marking information at the end of remark.
     1.7 -  void verify(bool allow_dirty, bool use_prev_marking) const;
     1.8 +  void verify(bool allow_dirty, bool use_prev_marking, bool *failures) const;
     1.9  
    1.10    // Override; it uses the "prev" marking information
    1.11    virtual void verify(bool allow_dirty) const;

mercurial