コード例 #1
0
 public static synchronized CompilationMXBean getCompilationMXBean() {
   if (compileMBean == null && jvm.getCompilerName() != null) {
     compileMBean = new CompilationImpl(jvm);
   }
   return compileMBean;
 }