hotspot/src/share/vm/code/codeCache.cpp
changeset 7715 12998f95a334
parent 7397 5b173b4ca846
child 8672 26a427ab6f32
--- a/hotspot/src/share/vm/code/codeCache.cpp	Tue Dec 28 17:34:02 2010 -0800
+++ b/hotspot/src/share/vm/code/codeCache.cpp	Wed Dec 29 10:41:43 2010 -0800
@@ -939,7 +939,9 @@
                _heap->high(),
                _heap->high_boundary());
   st->print_cr(" total_blobs=" UINT32_FORMAT " nmethods=" UINT32_FORMAT
-               " adapters=" UINT32_FORMAT " free_code_cache=" SIZE_FORMAT,
+               " adapters=" UINT32_FORMAT " free_code_cache=" SIZE_FORMAT
+               " largest_free_block=" SIZE_FORMAT,
                CodeCache::nof_blobs(), CodeCache::nof_nmethods(),
-               CodeCache::nof_adapters(), CodeCache::unallocated_capacity());
+               CodeCache::nof_adapters(), CodeCache::unallocated_capacity(),
+               CodeCache::largest_free_block());
 }