Searched refs:getRecentAllocationStatusMethod (Results 1 – 1 of 1) sorted by relevance
130 private static final Method getRecentAllocationStatusMethod; field in Main.DdmVmInternal137 getRecentAllocationStatusMethod = c.getDeclaredMethod("getRecentAllocationStatus");148 return (boolean) getRecentAllocationStatusMethod.invoke(null); in getRecentAllocationStatus()