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

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 OS|                            |All
         Resolution|---                         |INVALID

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
parent is an instance of o.a.t.u.threads.ThreadPoolExecutor

It inherits getPoolSize() from j.u.c.ThreadPoolExecutor

That method returns an int with no synchronization.

There is no use of AbstractQueuedSynchronizer in that call path.

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

Reply via email to