< prev index next >

src/share/vm/gc/shared/generationSpec.hpp

Print this page

        

*** 24,33 **** --- 24,34 ---- #ifndef SHARE_VM_GC_SHARED_GENERATIONSPEC_HPP #define SHARE_VM_GC_SHARED_GENERATIONSPEC_HPP #include "gc/shared/generation.hpp" + #include "utilities/align.hpp" // The specification of a generation. This class also encapsulates // some generation-specific behavior. This is done here rather than as a // virtual function of Generation because these methods are needed in // initialization of the Generations.
< prev index next >