< prev index next >

src/hotspot/share/runtime/vframe.cpp

Print this page
rev 51786 : imported patch syncknobs-06-Knob_Verbose

@@ -253,15 +253,10 @@
             // disable the extra printing below.
             mark = NULL;
           }
         }
         print_locked_object_class_name(st, Handle(THREAD, monitor->owner()), lock_state);
-        if (ObjectMonitor::Knob_Verbose && mark != NULL) {
-          st->print("\t- lockbits=");
-          mark->print_on(st);
-          st->cr();
-        }
 
         found_first_monitor = true;
       }
     }
   }
< prev index next >