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

changeset 4015
bb3f6194fedb
parent 3998
7383557659bd
child 4016
c9814fadeb38
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Aug 24 16:23:59 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Thu Aug 23 10:21:12 2012 +0200
     1.3 @@ -405,6 +405,10 @@
     1.4    // heap after a compaction.
     1.5    void print_hrs_post_compaction();
     1.6  
     1.7 +  double verify(bool guard, const char* msg);
     1.8 +  void verify_before_gc();
     1.9 +  void verify_after_gc();
    1.10 +
    1.11    // These are macros so that, if the assert fires, we get the correct
    1.12    // line number, file, etc.
    1.13  

mercurial