hotspot/src/share/vm/opto/compile.cpp
changeset 27147 ed83dc5777e6
parent 27016 58e6c6d54017
child 27420 04e6f914cce1
--- a/hotspot/src/share/vm/opto/compile.cpp	Mon Oct 13 12:30:37 2014 +0200
+++ b/hotspot/src/share/vm/opto/compile.cpp	Wed Oct 15 10:51:43 2014 +0200
@@ -827,7 +827,7 @@
   // Drain the list.
   Finish_Warm();
 #ifndef PRODUCT
-  if (_printer) {
+  if (_printer && _printer->should_print(_method)) {
     _printer->print_inlining(this);
   }
 #endif