< prev index next >

src/share/vm/gc/g1/g1BiasedArray.hpp

Print this page
@  rev 8517 : 8098552: 8079792 breaks Zero builds without precompiled headers.
|  Summary: Include memRegion.hpp in g1BiasedArray.hpp
|  Reviewed-by:

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_GC_G1_G1BIASEDARRAY_HPP #define SHARE_VM_GC_G1_G1BIASEDARRAY_HPP #include "memory/allocation.hpp" #include "utilities/debug.hpp" + #include "memory/memRegion.hpp" // Implements the common base functionality for arrays that contain provisions // for accessing its elements using a biased index. // The element type is defined by the instantiating the template. class G1BiasedMappedArrayBase VALUE_OBJ_CLASS_SPEC {
< prev index next >