changeset 37462 | 58bb9394a98b |
parent 30764 | fec48bf5a827 |
child 38010 | 51fe205359f8 |
--- a/hotspot/src/share/vm/gc/parallel/generationSizer.hpp Mon Apr 11 08:51:53 2016 +0200 +++ b/hotspot/src/share/vm/gc/parallel/generationSizer.hpp Tue Apr 12 07:17:44 2016 +0200 @@ -33,8 +33,6 @@ class GenerationSizer : public GenCollectorPolicy { private: - void trace_gen_sizes(const char* const str); - // The alignment used for boundary between young gen and old gen static size_t default_gen_alignment() { return 64 * K * HeapWordSize; }