public static RuntimeMXBean getRuntimeMXBean()
{
if (runtimeBean == null)
try
{
runtimeBean = new RuntimeMXBeanImpl();
}
catch (NotCompliantMBeanException e)
{
throw new InternalError("The GNU implementation of the " +
"runtime bean is not a compliant " +