hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 15479 e3c00ec80145
parent 15213 8048da69db1f
child 15946 f688e7528dc6
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Mon Feb 04 11:30:37 2013 +0100
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Tue Feb 05 08:25:51 2013 -0800
@@ -1398,7 +1398,7 @@
       method->print_short_name(tty);
       tty->cr();
     }
-    method->set_not_compilable_quietly();
+    method->set_not_compilable(CompLevel_all, !quietly, "excluded by CompilerOracle");
   }
 
   return false;