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

/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java48 private static MemoryPoolMXBean nonHeapPool = null; field in class:ProxyTypeMapping
74 if (nonHeapPool == null &&
77 nonHeapPool = p;
100 type = nonHeapPool.getType();
103 " incorrect memory type for " + nonHeapPool.getName());
168 MemoryUsage u4 = nonHeapPool.getUsage();
H A DValidateOpenTypes.java51 private static ObjectName nonHeapPool = null; field in class:ValidateOpenTypes
68 if (nonHeapPool == null &&
71 nonHeapPool = new ObjectName(MEMORY_POOL_MXBEAN_DOMAIN_TYPE +
100 type = (String) server.getAttribute(nonHeapPool, "Type");
103 " incorrect memory type for " + nonHeapPool);
184 Object u4 = server.getAttribute(nonHeapPool, "Usage");
H A DProxyExceptions.java43 private static MemoryPoolMXBean nonHeapPool = null; field in class:ProxyExceptions

Completed in 27 milliseconds