Don't traverse the entire list of threads on every GC (phase 1)
Instead of keeping a single list of all threads, keep one per step and only look at the threads belonging to steps that we are collecting.
Please register or sign in to comment
Instead of keeping a single list of all threads, keep one per step and only look at the threads belonging to steps that we are collecting.