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

changeset 4904
7b835924c31c
parent 4788
e864cc14ca75
child 5122
05a17f270c7e
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Wed Apr 10 13:27:35 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Wed Apr 10 14:26:49 2013 +0200
     1.3 @@ -113,6 +113,8 @@
     1.4      return res;
     1.5    }
     1.6  
     1.7 +  void print_on_error(outputStream* st, const char* prefix) const;
     1.8 +
     1.9    // debugging
    1.10    NOT_PRODUCT(bool covers(ReservedSpace rs) const;)
    1.11  };
    1.12 @@ -829,6 +831,8 @@
    1.13  
    1.14    void print_worker_threads_on(outputStream* st) const;
    1.15  
    1.16 +  void print_on_error(outputStream* st) const;
    1.17 +
    1.18    // The following indicate whether a given verbose level has been
    1.19    // set. Notice that anything above stats is conditional to
    1.20    // _MARKING_VERBOSE_ having been set to 1

mercurial