hotspot/src/share/vm/code/nmethod.cpp
changeset 31348 c28f02c7abb5
parent 31037 01a5c5fa5681
child 31592 43f48e165466
--- a/hotspot/src/share/vm/code/nmethod.cpp	Mon Jun 15 01:38:42 2015 -0400
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Mon Jun 15 10:24:38 2015 +0200
@@ -1421,7 +1421,7 @@
   Events::log(JavaThread::current(), "flushing nmethod " INTPTR_FORMAT, this);
   if (PrintMethodFlushing) {
     tty->print_cr("*flushing nmethod %3d/" INTPTR_FORMAT ". Live blobs:" UINT32_FORMAT "/Free CodeCache:" SIZE_FORMAT "Kb",
-        _compile_id, this, CodeCache::nof_blobs(), CodeCache::unallocated_capacity(CodeCache::get_code_blob_type(_comp_level))/1024);
+        _compile_id, this, CodeCache::nof_blobs(), CodeCache::unallocated_capacity(CodeCache::get_code_blob_type(this))/1024);
   }
 
   // We need to deallocate any ExceptionCache data.