Fix all known flaky tests, plus minor maintenance Reviewed-by: martin, chegar
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently Faster, more correct. Use self-linking trick to avoid gc retention Reviewed-by: martin, dholmes