[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #3 from Mark Thomas  ---
Fixed in r1780268 for 8.0.42 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620

Konstantin Kolinko  changed:

   What|Removed |Added

  Component|Catalina|Catalina
   Target Milestone|-   |
Product|Tomcat 9|Tomcat 8
Version|9.0.0.M15   |8.0.39

--- Comment #2 from Konstantin Kolinko  ---
Moving the issue to Tomcat 8.0, as the fix has not been applied there yet.

As a variant, we can add the helper class but keep the protection feature off
by default. This may wait a while, to get more feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620

Konstantin Kolinko  changed:

   What|Removed |Added

 OS||All

--- Comment #1 from Konstantin Kolinko  ---
A workaround for this Oracle JRE bug was added to memory leaks protection code
in Tomcat 7.0.74 (r1778068), 8.5.11 (r1778065), 9.0.0.M17 (r1778061)

The fix has not been applied to Tomcat 8.0 yet.

Note that compilation of SafeForkJoinWorkerThreadFactory requires Java 7 and
later. People who use two separate Eclipse projects for Tomcat 7 (separating
code that requires java 6 and java 7 into different projects) need to update
their include / exclude patterns.

The sample projects were updated in r1779707, to be in 7.0.76.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org