src/share/classes/sun/management/ManagementFactoryHelper.java

Print this page

        

*** 265,275 **** private static HotspotCompilation hsCompileMBean = null; private static HotspotMemory hsMemoryMBean = null; public static synchronized HotSpotDiagnosticMXBean getDiagnosticMXBean() { if (hsDiagMBean == null) { ! hsDiagMBean = new HotSpotDiagnostic(); } return hsDiagMBean; } /** --- 265,275 ---- private static HotspotCompilation hsCompileMBean = null; private static HotspotMemory hsMemoryMBean = null; public static synchronized HotSpotDiagnosticMXBean getDiagnosticMXBean() { if (hsDiagMBean == null) { ! hsDiagMBean = new HotSpotDiagnostic(jvm); } return hsDiagMBean; } /**