343344345346347348349350351352353
public static MemoryMXBean getMemoryMXBean() { if (memoryBean == null) try { memoryBean = new MemoryMXBeanImpl(); } catch (NotCompliantMBeanException e) { throw new InternalError("The GNU implementation of the " + "memory bean is not a compliant " +