Searched refs:memoryNotifInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/sun/management/
H A DMemoryNotifInfoCompositeData.java41 private final MemoryNotificationInfo memoryNotifInfo; field in class:MemoryNotifInfoCompositeData
44 this.memoryNotifInfo = info;
48 return memoryNotifInfo;
61 memoryNotifInfo.getPoolName(),
62 MemoryUsageCompositeData.toCompositeData(memoryNotifInfo.getUsage()),
63 memoryNotifInfo.getCount(),

Completed in 98 milliseconds