hotspot/src/share/vm/oops/methodOop.cpp
changeset 4756 da88c27a9241
parent 4754 8aef16f24e16
child 5419 f2e8cc8c12ea
child 5411 11ca5b0fb0f2
--- 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);