diff -r 57f5cba78093 -r d1b24f2ceca5 src/hotspot/share/runtime/vm_operations.cpp --- a/src/hotspot/share/runtime/vm_operations.cpp Tue Jun 26 08:13:02 2018 +0100 +++ b/src/hotspot/share/runtime/vm_operations.cpp Mon Jun 25 16:00:56 2018 +0200 @@ -212,7 +212,7 @@ } void VM_PrintThreads::doit() { - Threads::print_on(_out, true, false, _print_concurrent_locks); + Threads::print_on(_out, true, false, _print_concurrent_locks, _print_extended_info); } void VM_PrintThreads::doit_epilogue() {