-
Bug
-
Resolution: Won't Fix
-
P4
-
9
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.
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.
- relates to
-
JDK-8154331 main thread should be treated as JNI-attached thread.
- Closed
-
JDK-7102541 RFE: os::set_native_thread_name() cleanups
- Closed
-
JDK-8314091 Set native thread name for Java main thread
- Closed