> 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
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
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