Re: Naming of thread pools (Executors)

2015-05-18 Thread Steven Schlansker
> On May 17, 2015, at 9:32 PM, Aleksey Shipilev > wrote: > > On 05/17/2015 10:55 AM, Peter Hansson wrote: >> Hi, >> >> I would like create a patch for >> https://bugs.openjdk.java.net/browse/JDK-8016248. >> MOTIVATION: Today thread pools created by the Executors method are always >> prefixe

Re: Naming of thread pools (Executors)

2015-05-18 Thread Aleksey Shipilev
On 05/17/2015 10:55 AM, Peter Hansson wrote: > Hi, > > I would like create a patch for > https://bugs.openjdk.java.net/browse/JDK-8016248. > MOTIVATION: Today thread pools created by the Executors method are always > prefixed with "pool". The developer can work around this by providing his own

Naming of thread pools (Executors)

2015-05-17 Thread Peter Hansson
Hi, I would like create a patch for https://bugs.openjdk.java.net/browse/JDK-8016248. MOTIVATION: Today thread pools created by the Executors method are always prefixed with "pool". The developer can work around this by providing his own ThreadFactory but if he wants to have the default JDK be