changeset 33069 | d8eed614f298 |
parent 32582 | 56619bb8bcaa |
child 33160 | c59f1676d27e |
child 33129 | e0bcbb5015b3 |
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp Thu Sep 17 13:42:50 2015 -0700 +++ b/hotspot/src/share/vm/compiler/compileBroker.cpp Fri Sep 18 10:11:11 2015 +0200 @@ -1157,7 +1157,7 @@ method->print_short_name(tty); tty->cr(); } - method->set_not_compilable(CompLevel_all, !quietly, "excluded by CompilerOracle"); + method->set_not_compilable(CompLevel_all, !quietly, "excluded by CompileCommand"); } return false;