Searched defs:G1SurvivorPool (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A Dg1MemoryPool.hpp35 // pools of the G1 spaces: G1EdenPool, G1SurvivorPool, and
53 // (G1EdenPool, G1SurvivorPool, G1OldGenPool).
82 class G1SurvivorPool : public G1MemoryPoolSuper { class in inherits:G1MemoryPoolSuper
84 G1SurvivorPool(G1CollectedHeap* g1h);
H A Dg1MemoryPool.cpp61 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h) : function in class:G1SurvivorPool
68 MemoryUsage G1SurvivorPool::get_memory_usage() {

Completed in 51 milliseconds