mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-18 12:34:49 +00:00
Improve #3550 cleanup after review
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
c4d51b09df
commit
c66957867b
@ -604,7 +604,7 @@ public class QueuedThreadPool extends ContainerLifeCycle implements SizedThreadP
|
|||||||
String knownMethod = "";
|
String knownMethod = "";
|
||||||
for (StackTraceElement t : trace)
|
for (StackTraceElement t : trace)
|
||||||
{
|
{
|
||||||
if ("idleJobPoll".equals(t.getMethodName()) && t.getClassName().endsWith("QueuedThreadPool$Runner"))
|
if ("idleJobPoll".equals(t.getMethodName()) && t.getClassName().equals(Runner.class.getName()))
|
||||||
{
|
{
|
||||||
knownMethod = "IDLE ";
|
knownMethod = "IDLE ";
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user