src/hotspot/share/code/codeCache.cpp
changeset 52815 10bb941d7fd4
parent 52781 436097b038a1
child 52870 a76b7884b59a
--- a/src/hotspot/share/code/codeCache.cpp	Tue Dec 04 09:30:10 2018 +0100
+++ b/src/hotspot/share/code/codeCache.cpp	Tue Dec 04 11:57:18 2018 +0100
@@ -1411,8 +1411,7 @@
     }
 
     if (heap->full_count() == 0) {
-      LogTarget(Debug, codecache) lt;
-      if (lt.is_enabled()) {
+      if (PrintCodeHeapAnalytics) {
         CompileBroker::print_heapinfo(tty, "all", "4096"); // details, may be a lot!
       }
     }