320321322323324325326327328329330
public static ThreadMXBean getThreadMXBean() { if (threadBean == null) try { threadBean = new ThreadMXBeanImpl(); } catch (NotCompliantMBeanException e) { throw new InternalError("The GNU implementation of the " + "thread bean is not a compliant " +