hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp
changeset 10997 0be4b3be7197
parent 10770 de4ae3b50648
child 11393 68bcbca24f4e
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp	Mon Nov 07 22:11:12 2011 -0500
+++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp	Tue Nov 08 00:41:28 2011 -0500
@@ -722,7 +722,7 @@
     st->print(" F");
   else
     st->print("  ");
-  st->print(" %5d", _gc_time_stamp);
+  st->print(" TS %5d", _gc_time_stamp);
   st->print(" PTAMS "PTR_FORMAT" NTAMS "PTR_FORMAT,
             prev_top_at_mark_start(), next_top_at_mark_start());
   G1OffsetTableContigSpace::print_on(st);