On 18/04/2016 21:50, Chris Hegarty wrote:
This change updates the code in the cobra module to use the new
Thread constructor that suppresses inheritable-thread-local initial
values.
http://cr.openjdk.java.net/~chegar/8148863/
https://bugs.openjdk.java.net/browse/JDK-8148863
I’m open to suggestions for better names for the Threads.
Looks okay although I agree that some of the thread names might need
changing.
For example "SelectorThread" is very generic, you might want to put
"PEPt" or "PEPt-Transport" into the thread name too. Another one is the
KeepAlive thread, which I assume should have "Servant" in the name
somewhere. There are several inconsistencies with Corba- in some, not in
others. So yes, good to do another pass over the names.
-Alan