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

changeset 1454
035d2e036a9b
parent 1371
e1fdf4fd34dc
child 1458
11d4857fe5e1
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Mon Oct 05 05:51:22 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Fri Oct 02 16:12:07 2009 -0400
     1.3 @@ -723,6 +723,8 @@
     1.4  
     1.5    void print_summary_info();
     1.6  
     1.7 +  void print_worker_threads_on(outputStream* st) const;
     1.8 +
     1.9    // The following indicate whether a given verbose level has been
    1.10    // set. Notice that anything above stats is conditional to
    1.11    // _MARKING_VERBOSE_ having been set to 1

mercurial