< prev index next >
src/share/vm/services/memoryService.hpp
Print this page
*** 44,53 ****
--- 44,54 ----
class ContiguousSpace;
class CompactibleFreeListSpace;
class GenCollectedHeap;
class ParallelScavengeHeap;
class G1CollectedHeap;
+ class ShenandoahHeap;
// VM Monitoring and Management Support
class MemoryService : public AllStatic {
private:
*** 119,128 ****
--- 120,130 ----
bool support_usage_threshold);
static void add_gen_collected_heap_info(GenCollectedHeap* heap);
static void add_parallel_scavenge_heap_info(ParallelScavengeHeap* heap);
static void add_g1_heap_info(G1CollectedHeap* g1h);
+ static void add_shenandoah_heap_info(ShenandoahHeap* heap);
public:
static void set_universe_heap(CollectedHeap* heap);
static void add_code_heap_memory_pool(CodeHeap* heap);
static void add_metaspace_memory_pools();
< prev index next >