static long hotSpotCompilationTime() { try { ret ManagementFactory.getCompilationMXBean(); if (bean.isCompilationTimeMonitoringSupported()) ret bean.getTotalCompilationTime(); } catch e { silentException(e); } ret 0; }