diff src/share/vm/utilities/vmError.cpp @ 7643:3ac7d10a6572

Merge with hsx25/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 31 Jan 2013 15:42:25 +0100
parents 679e6584c177 9deda4d8e126
children 5fc51c1ecdeb
line wrap: on
line diff
--- a/src/share/vm/utilities/vmError.cpp	Thu Jan 31 11:32:14 2013 +0100
+++ b/src/share/vm/utilities/vmError.cpp	Thu Jan 31 15:42:25 2013 +0100
@@ -726,7 +726,7 @@
 
      if (_verbose && Universe::is_fully_initialized()) {
        // print code cache information before vm abort
-       CodeCache::print_bounds(st);
+       CodeCache::print_summary(st);
        st->cr();
      }