static S threadGroupName(Thread t) { ThreadGroup g = t.getThreadGroup(); ret g == null ? null : g.getName(); }