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

changeset 4077
a7509aff1b06
parent 4037
da91efe96a93
child 4096
b86575d092a2
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Fri Sep 14 22:00:41 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Mon Sep 17 07:36:31 2012 -0400
     1.3 @@ -3420,7 +3420,6 @@
     1.4    st->cr();
     1.5    _cm->print_worker_threads_on(st);
     1.6    _cg1r->print_worker_threads_on(st);
     1.7 -  st->cr();
     1.8  }
     1.9  
    1.10  void G1CollectedHeap::gc_threads_do(ThreadClosure* tc) const {

mercurial