< prev index next >

src/hotspot/share/gc/g1/g1EdenRegions.hpp

Print this page

        

*** 24,38 **** #ifndef SHARE_VM_GC_G1_G1EDENREGIONS_HPP #define SHARE_VM_GC_G1_G1EDENREGIONS_HPP #include "gc/g1/heapRegion.hpp" - #include "memory/allocation.hpp" #include "runtime/globals.hpp" #include "utilities/debug.hpp" ! class G1EdenRegions VALUE_OBJ_CLASS_SPEC { private: int _length; public: G1EdenRegions() : _length(0) {} --- 24,37 ---- #ifndef SHARE_VM_GC_G1_G1EDENREGIONS_HPP #define SHARE_VM_GC_G1_G1EDENREGIONS_HPP #include "gc/g1/heapRegion.hpp" #include "runtime/globals.hpp" #include "utilities/debug.hpp" ! class G1EdenRegions { private: int _length; public: G1EdenRegions() : _length(0) {}
< prev index next >