< prev index next >

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

Print this page

        

*** 24,39 **** #ifndef SHARE_VM_GC_G1_HEAPREGIONTYPE_HPP #define SHARE_VM_GC_G1_HEAPREGIONTYPE_HPP #include "gc/g1/g1HeapRegionTraceType.hpp" - #include "memory/allocation.hpp" #define hrt_assert_is_valid(tag) \ assert(is_valid((tag)), "invalid HR type: %u", (uint) (tag)) ! class HeapRegionType VALUE_OBJ_CLASS_SPEC { friend class VMStructs; private: // We encode the value of the heap region type so the generation can be // determined quickly. The tag is split into two parts: --- 24,38 ---- #ifndef SHARE_VM_GC_G1_HEAPREGIONTYPE_HPP #define SHARE_VM_GC_G1_HEAPREGIONTYPE_HPP #include "gc/g1/g1HeapRegionTraceType.hpp" #define hrt_assert_is_valid(tag) \ assert(is_valid((tag)), "invalid HR type: %u", (uint) (tag)) ! class HeapRegionType { friend class VMStructs; private: // We encode the value of the heap region type so the generation can be // determined quickly. The tag is split into two parts:
< prev index next >