hotspot/src/share/vm/utilities/vmError.cpp
changeset 15201 f3d755b11424
parent 14477 95e66ea71f71
child 15596 7f7fa6987ca4
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Mon Jan 14 13:44:49 2013 -0500
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Mon Jan 14 13:52:08 2013 -0500
@@ -702,7 +702,7 @@
 
      if (_verbose && Universe::is_fully_initialized()) {
        // print code cache information before vm abort
-       CodeCache::print_bounds(st);
+       CodeCache::print_summary(st);
        st->cr();
      }