hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp
changeset 2344 f2e09ba7ceab
parent 1374 4c24294029a9
child 3261 c7d5aae8d3f7
--- a/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp	Wed Mar 25 10:36:08 2009 -0400
+++ b/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp	Wed Mar 25 13:10:54 2009 -0700
@@ -277,8 +277,6 @@
     gclog_or_tty->print("H: ");
   if (hr->in_collection_set())
     gclog_or_tty->print("CS: ");
-  if (hr->popular())
-    gclog_or_tty->print("pop: ");
   gclog_or_tty->print_cr("Region " PTR_FORMAT " (%s%s) "
                          "[" PTR_FORMAT ", " PTR_FORMAT"] "
                          "Used: " SIZE_FORMAT "K, garbage: " SIZE_FORMAT "K.",