< prev index next >

src/share/vm/gc/parallel/generationSizer.hpp

Print this page

        

*** 31,42 **** // GenCollectorPolicy. Lets reuse it! 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; } protected: --- 31,40 ----
< prev index next >