RFR: JDK-8152690: main thread does not have native thread name

Yasumasa Suenaga yasuenag at gmail.com
Thu Mar 24 14:26:21 UTC 2016


Hi all,

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.

I uploaded a webrev. Could you review it?

  http://cr.openjdk.java.net/~ysuenaga/JDK-8152690/webrev.00/

I cannot access JPRT.
So I need a sponsor.


Thanks,

Yasumasa


More information about the hotspot-runtime-dev mailing list