diff -r eee57ea6d910 -r da88c27a9241 hotspot/src/share/vm/oops/methodOop.cpp --- a/hotspot/src/share/vm/oops/methodOop.cpp Wed Feb 03 12:28:30 2010 -0800 +++ b/hotspot/src/share/vm/oops/methodOop.cpp Wed Feb 03 15:03:22 2010 -0800 @@ -587,8 +587,8 @@ } // call this when compiler finds that this method is not compilable -void methodOopDesc::set_not_compilable(int comp_level) { - if (PrintCompilation) { +void methodOopDesc::set_not_compilable(int comp_level, bool report) { + if (PrintCompilation && report) { ttyLocker ttyl; tty->print("made not compilable "); this->print_short_name(tty);