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

/openjdk9/hotspot/test/serviceability/tmtools/jstat/utils/
H A DGarbageProducer.java70 MemoryPoolMXBean metaspacePool = getMatchedMemoryPool(".*Metaspace.*");
86 private MemoryPoolMXBean getMatchedMemoryPool(String patternPoolName) { method in class:GarbageProducer
113 MemoryPoolMXBean oldGenBean = getMatchedMemoryPool(".*Old.*|.*Tenured.*");

Completed in 36 milliseconds