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

src/share/vm/memory/generation.hpp

Print this page
rev 7215 : imported patch remove_levels
rev 7216 : imported patch cleanup

*** 82,92 **** size_t num_words; HeapWord scratch_space[1]; // Actually, of size "num_words-2" (assuming // first two fields are word-sized.) }; - class Generation: public CHeapObj<mtGC> { friend class VMStructs; private: jlong _time_of_last_gc; // time when last gc on this generation happened (ms) MemRegion _prev_used_region; // for collectors that want to "remember" a value for --- 82,91 ----
src/share/vm/memory/generation.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File