You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/01/21 09:22:34 UTC

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

https://bz.apache.org/bugzilla/show_bug.cgi?id=60620

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org