414415416417418419420421422423424
} // Try to enable statistics try { if (config.isMetricsEnabled()) { statistisc = new Statistics(this); } } catch (OutOfMemoryError e) { throw e; } catch (ThreadDeath e) { throw e;