src/share/vm/memory/genCollectedHeap.cpp

changeset 7612
f74dbdd45754
parent 7073
4d3a43351904
child 7659
38d6febe66af
     1.1 --- a/src/share/vm/memory/genCollectedHeap.cpp	Mon Mar 02 11:08:09 2015 +0100
     1.2 +++ b/src/share/vm/memory/genCollectedHeap.cpp	Fri May 17 17:24:20 2013 +0200
     1.3 @@ -384,7 +384,6 @@
     1.4  
     1.5      bool complete = full && (max_level == (n_gens()-1));
     1.6      const char* gc_cause_prefix = complete ? "Full GC" : "GC";
     1.7 -    gclog_or_tty->date_stamp(PrintGC && PrintGCDateStamps);
     1.8      TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
     1.9      // The PrintGCDetails logging starts before we have incremented the GC id. We will do that later
    1.10      // so we can assume here that the next GC id is what we want.

mercurial