Searched refs:getLoadedClassCountMethod (Results 1 – 1 of 1) sorted by relevance
371 private static final Method getLoadedClassCountMethod; field in Main.VMDebug402 getLoadedClassCountMethod = c.getDeclaredMethod("getLoadedClassCount");461 return (int) getLoadedClassCountMethod.invoke(null); in getLoadedClassCount()