src/hotspot/share/runtime/vm_operations.cpp
changeset 50785 d1b24f2ceca5
parent 50419 146c60525d4a
child 50946 be2d74d91351
equal deleted inserted replaced
50784:57f5cba78093 50785:d1b24f2ceca5
   210   }
   210   }
   211   return true;
   211   return true;
   212 }
   212 }
   213 
   213 
   214 void VM_PrintThreads::doit() {
   214 void VM_PrintThreads::doit() {
   215   Threads::print_on(_out, true, false, _print_concurrent_locks);
   215   Threads::print_on(_out, true, false, _print_concurrent_locks, _print_extended_info);
   216 }
   216 }
   217 
   217 
   218 void VM_PrintThreads::doit_epilogue() {
   218 void VM_PrintThreads::doit_epilogue() {
   219   if (_print_concurrent_locks) {
   219   if (_print_concurrent_locks) {
   220     // Release Heap_lock
   220     // Release Heap_lock