src/share/vm/runtime/vmThread.cpp

changeset 9703
2fdf635bcf28
parent 7535
7ae4e26cb1e0
parent 9676
bf1c9a3312a4
child 9852
70aa912cebe5
     1.1 --- a/src/share/vm/runtime/vmThread.cpp	Thu Sep 05 18:40:52 2019 +0800
     1.2 +++ b/src/share/vm/runtime/vmThread.cpp	Thu Sep 05 18:52:27 2019 +0800
     1.3 @@ -252,6 +252,7 @@
     1.4    assert(this == vm_thread(), "check");
     1.5  
     1.6    this->initialize_thread_local_storage();
     1.7 +  this->set_native_thread_name(this->name());
     1.8    this->record_stack_base_and_size();
     1.9    // Notify_lock wait checks on active_handles() to rewait in
    1.10    // case of spurious wakeup, it should wait on the last

mercurial