comparison 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
comparison
equal deleted inserted replaced
7573:17b6a63fe7c2 7643:3ac7d10a6572
724 724
725 STEP(195, "(printing code cache information)" ) 725 STEP(195, "(printing code cache information)" )
726 726
727 if (_verbose && Universe::is_fully_initialized()) { 727 if (_verbose && Universe::is_fully_initialized()) {
728 // print code cache information before vm abort 728 // print code cache information before vm abort
729 CodeCache::print_bounds(st); 729 CodeCache::print_summary(st);
730 st->cr(); 730 st->cr();
731 } 731 }
732 732
733 STEP(200, "(printing ring buffers)" ) 733 STEP(200, "(printing ring buffers)" )
734 734