You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are many threads (e.g 200).
isCollected() and name() will send the command packet to the target vm through JDI and wait for reply.
That would request 200*2 times. I don’t know if it can be optimized