Re: ForkJoinPool behaviour changed from 9.0.0-M15 to 9.0.0-M17

2017-03-24 Thread Francesco Bassi
Thanks a lot. Your support is great and appropriate, as usual. I still think there's something wrong with this topic, but more on the Java 8 side. I'll do some more investigations and, in case, involve them! --fb On Fri, Mar 24, 2017 at 8:05 PM, Mark Thomas wrote: > On 24 March 2017 17:51:27 G

Re: ForkJoinPool behaviour changed from 9.0.0-M15 to 9.0.0-M17

2017-03-24 Thread Mark Thomas
On 24 March 2017 17:51:27 GMT+00:00, Francesco Bassi wrote: >Hello. >I have a weird problem that happens only wih tomcat 9.0.0-M17+: > >- I need to process a parallel java stream inside a custom ForkJoinPool > >If I run the code with 9.0.0-M15, I see that all the threads are >properly >created usi

ForkJoinPool behaviour changed from 9.0.0-M15 to 9.0.0-M17

2017-03-24 Thread Francesco Bassi
Hello. I have a weird problem that happens only wih tomcat 9.0.0-M17+: - I need to process a parallel java stream inside a custom ForkJoinPool If I run the code with 9.0.0-M15, I see that all the threads are properly created using my factory. If I run the code with 9.0.0-M17+, some of the thread