-
Notifications
You must be signed in to change notification settings - Fork 326
Open
@DQinYuan
Description
jsp.insertJavaMethod(waitingThreads, true);
jsp.insertJavaMethod(blockedThreads, true);
Why
"TIMED_WAITING" state + "parking" sub state -> waitingThreads
But
"WAITING" state + "parking" sub state -> blockedThreads
I think they all belong to waitingThreads.
Metadata
Metadata
Assignees
Labels
No labels