src/hotspot/share/runtime/vframe.cpp
changeset 51860 54aafb3ba9ab
parent 49480 d7df2dd501ce
child 52107 0c1e44da019c
equal deleted inserted replaced
51859:1a35c474e4a6 51860:54aafb3ba9ab
   253             // disable the extra printing below.
   253             // disable the extra printing below.
   254             mark = NULL;
   254             mark = NULL;
   255           }
   255           }
   256         }
   256         }
   257         print_locked_object_class_name(st, Handle(THREAD, monitor->owner()), lock_state);
   257         print_locked_object_class_name(st, Handle(THREAD, monitor->owner()), lock_state);
   258         if (ObjectMonitor::Knob_Verbose && mark != NULL) {
       
   259           st->print("\t- lockbits=");
       
   260           mark->print_on(st);
       
   261           st->cr();
       
   262         }
       
   263 
   258 
   264         found_first_monitor = true;
   259         found_first_monitor = true;
   265       }
   260       }
   266     }
   261     }
   267   }
   262   }