< prev index next >

src/hotspot/share/gc/epsilon/epsilonHeap.hpp

Print this page
rev 53302 : 8217014: Epsilon should not ignore Metadata GC causes
Reviewed-by: XXX

*** 144,152 **** --- 144,154 ---- return os::elapsed_counter() / NANOSECS_PER_MILLISEC; } virtual void print_on(outputStream* st) const; virtual void print_tracing_info() const; + void print_heap_info(size_t used) const; + void print_metaspace_info() const; }; #endif // SHARE_GC_EPSILON_EPSILONHEAP_HPP
< prev index next >