< prev index next >

src/share/vm/services/memoryService.hpp

Print this page

        

@@ -114,10 +114,11 @@
                                    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_epsilon_heap_info();
 
 public:
   static void set_universe_heap(CollectedHeap* heap);
   static void add_code_heap_memory_pool(CodeHeap* heap, const char* name);
   static void add_metaspace_memory_pools();
< prev index next >