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

changeset 1054
7ea5ca260b28
parent 777
37f87013dfd8
child 1186
20c6f43950b5
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp	Sat Mar 07 11:07:37 2009 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp	Sat Mar 07 11:07:37 2009 -0500
     1.3 @@ -107,7 +107,7 @@
     1.4        if (PrintGC) {
     1.5          gclog_or_tty->date_stamp(PrintGCDateStamps);
     1.6          gclog_or_tty->stamp(PrintGCTimeStamps);
     1.7 -        tty->print_cr("[GC concurrent-mark-start]");
     1.8 +        gclog_or_tty->print_cr("[GC concurrent-mark-start]");
     1.9        }
    1.10  
    1.11        if (!g1_policy->in_young_gc_mode()) {
    1.12 @@ -320,8 +320,6 @@
    1.13    set_in_progress();
    1.14    clear_started();
    1.15    if (TraceConcurrentMark) gclog_or_tty->print_cr("CM-starting");
    1.16 -
    1.17 -  return;
    1.18  }
    1.19  
    1.20  // Note: this method, although exported by the ConcurrentMarkSweepThread,

mercurial