src/share/vm/memory/generationSpec.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/generationSpec.hpp	Fri Oct 17 15:43:24 2014
--- new/src/share/vm/memory/generationSpec.hpp	Fri Oct 17 15:43:24 2014

*** 51,64 **** --- 51,60 ---- Generation::Name name() const { return _name; } size_t init_size() const { return _init_size; } void set_init_size(size_t size) { _init_size = size; } size_t max_size() const { return _max_size; } void set_max_size(size_t size) { _max_size = size; } // Return the number of regions contained in the generation which // might need to be independently covered by a remembered set. virtual int n_covered_regions() const { return 1; } }; typedef GenerationSpec* GenerationSpecPtr; #endif // SHARE_VM_MEMORY_GENERATIONSPEC_HPP

src/share/vm/memory/generationSpec.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File