hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 33478 e119795bddb7
parent 33451 0712796e4039
child 34165 66826441022f
child 33626 3c94db05e903
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Wed Oct 28 16:01:45 2015 +0000
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Wed Oct 28 15:44:28 2015 +0100
@@ -1202,7 +1202,7 @@
   double scale;
   if (excluded || (CompilerOracle::has_option_value(method, "CompileThresholdScaling", scale) && scale == 0)) {
     bool quietly = CompilerOracle::should_exclude_quietly();
-    if (!quietly) {
+    if (PrintCompilation && !quietly) {
       // This does not happen quietly...
       ResourceMark rm;
       tty->print("### Excluding %s:%s",