changeset 53385 | e8ed617dc2bc |
parent 53244 | 9807daeb47c4 |
child 54093 | 9d02451b536e |
--- a/src/hotspot/share/gc/epsilon/epsilonHeap.hpp Fri Jan 18 16:21:07 2019 +0100 +++ b/src/hotspot/share/gc/epsilon/epsilonHeap.hpp Fri Jan 18 16:40:24 2019 +0100 @@ -147,6 +147,10 @@ virtual void print_on(outputStream* st) const; virtual void print_tracing_info() const; +private: + void print_heap_info(size_t used) const; + void print_metaspace_info() const; + }; #endif // SHARE_GC_EPSILON_EPSILONHEAP_HPP