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

changeset 3711
b632e80fc9dc
parent 3691
2a0172480595
child 3713
720b6a76dd9d
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Apr 13 01:59:38 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Apr 16 08:57:18 2012 +0200
     1.3 @@ -1504,10 +1504,10 @@
     1.4    // Currently there is only one place where this is called with
     1.5    // vo == UseMarkWord, which is to verify the marking during a
     1.6    // full GC.
     1.7 -  void verify(bool allow_dirty, bool silent, VerifyOption vo);
     1.8 +  void verify(bool silent, VerifyOption vo);
     1.9  
    1.10    // Override; it uses the "prev" marking information
    1.11 -  virtual void verify(bool allow_dirty, bool silent);
    1.12 +  virtual void verify(bool silent);
    1.13    virtual void print_on(outputStream* st) const;
    1.14    virtual void print_extended_on(outputStream* st) const;
    1.15  

mercurial