Relates :
|
|
Relates :
|
|
Relates :
|
HotSpot for Linux will set thread name via pthread_setname_np(). However, main thread does not have it. All JavaThread have native name, and main thread is JavaThread. For consistency, main thread should have native thread name.
|