diff -r 894c78fcb2ea -r bf1c9a3312a4 src/share/vm/runtime/vmThread.cpp --- a/src/share/vm/runtime/vmThread.cpp Fri May 17 07:44:31 2019 +0100 +++ b/src/share/vm/runtime/vmThread.cpp Mon Oct 13 22:11:39 2014 +0200 @@ -252,6 +252,7 @@ assert(this == vm_thread(), "check"); this->initialize_thread_local_storage(); + this->set_native_thread_name(this->name()); this->record_stack_base_and_size(); // Notify_lock wait checks on active_handles() to rewait in // case of spurious wakeup, it should wait on the last