< prev index next >

src/hotspot/share/runtime/vm_operations.cpp

Print this page
rev 50748 : Thread Dump Extension (memory allocation)

*** 210,220 **** } return true; } void VM_PrintThreads::doit() { ! Threads::print_on(_out, true, false, _print_concurrent_locks); } void VM_PrintThreads::doit_epilogue() { if (_print_concurrent_locks) { // Release Heap_lock --- 210,220 ---- } return true; } void VM_PrintThreads::doit() { ! Threads::print_on(_out, true, false, _print_concurrent_locks, _print_extended_info); } void VM_PrintThreads::doit_epilogue() { if (_print_concurrent_locks) { // Release Heap_lock
< prev index next >