diff -r 42d198677884 -r 2fdf635bcf28 src/share/vm/runtime/vmThread.cpp --- a/src/share/vm/runtime/vmThread.cpp Thu Sep 05 18:40:52 2019 +0800 +++ b/src/share/vm/runtime/vmThread.cpp Thu Sep 05 18:52:27 2019 +0800 @@ -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