Searched refs:existingTombstones (Results 1 – 1 of 1) sorted by relevance
554 TreeSet<File> existingTombstones = new TreeSet<>(); in dumpHprof() local562 existingTombstones.add(file); in dumpHprof()564 if (existingTombstones.size() >= MAX_HEAP_DUMPS) { in dumpHprof()567 existingTombstones.pollLast(); in dumpHprof()569 for (File file : existingTombstones) { in dumpHprof()