src/share/vm/runtime/vmThread.cpp

changeset 9676
bf1c9a3312a4
parent 6973
4af19b914f53
child 9703
2fdf635bcf28
child 9818
e67abc2d032f
child 9858
b985cbb00e68
     1.1 --- a/src/share/vm/runtime/vmThread.cpp	Fri May 17 07:44:31 2019 +0100
     1.2 +++ b/src/share/vm/runtime/vmThread.cpp	Mon Oct 13 22:11:39 2014 +0200
     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