(Thread[] threads)
| 68 | } |
| 69 | |
| 70 | public int enumerate(Thread[] threads) { |
| 71 | return enumerate(threads, true); |
| 72 | } |
| 73 | |
| 74 | public int enumerate(Thread[] threads, boolean recurse) { |
| 75 | int allCount = Thread.activeCount(); |
nothing calls this directly
no test coverage detected