Details
-
Bug
-
Status: Closed
-
P4
-
Resolution: Won't Fix
-
9
Description
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.
Attachments
Issue Links
- relates to
-
JDK-8154331 main thread should be treated as JNI-attached thread.
-
- Closed
-
-
JDK-7102541 RFE: os::set_native_thread_name() cleanups
-
- Closed
-