src/share/vm/oops/methodOop.cpp

changeset 1643
cef333a48af6
parent 1641
87684f1a88b5
child 1853
77261afdc5f2
child 1861
2338d41fbd81
     1.1 --- a/src/share/vm/oops/methodOop.cpp	Wed Feb 03 12:28:30 2010 -0800
     1.2 +++ b/src/share/vm/oops/methodOop.cpp	Wed Feb 03 15:03:22 2010 -0800
     1.3 @@ -587,8 +587,8 @@
     1.4  }
     1.5  
     1.6  // call this when compiler finds that this method is not compilable
     1.7 -void methodOopDesc::set_not_compilable(int comp_level) {
     1.8 -  if (PrintCompilation) {
     1.9 +void methodOopDesc::set_not_compilable(int comp_level, bool report) {
    1.10 +  if (PrintCompilation && report) {
    1.11      ttyLocker ttyl;
    1.12      tty->print("made not compilable ");
    1.13      this->print_short_name(tty);

mercurial