hotspot/src/share/vm/code/nmethod.cpp
changeset 34158 1f8d643b02d5
parent 33632 038347770a9e
child 34167 52add43cc691
--- a/hotspot/src/share/vm/code/nmethod.cpp	Fri Nov 06 15:07:00 2015 +0300
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Mon Nov 09 11:35:44 2015 +0100
@@ -1547,7 +1547,7 @@
   if (PrintMethodFlushing) {
     tty->print_cr("*flushing nmethod %3d/" INTPTR_FORMAT ". Live blobs:" UINT32_FORMAT
                   "/Free CodeCache:" SIZE_FORMAT "Kb",
-                  _compile_id, p2i(this), CodeCache::nof_blobs(),
+                  _compile_id, p2i(this), CodeCache::blob_count(),
                   CodeCache::unallocated_capacity(CodeCache::get_code_blob_type(this))/1024);
   }