OpenJDK / jdk / jdk12
changeset 26163:89f44df5b438
8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers
Reviewed-by: mgerdin, ehelin
author | tschatzl |
---|---|
date | Wed, 20 Aug 2014 15:04:39 +0200 |
parents | 8b27004a5786 |
children | 9c3fd8f2869f bbe259d3c8bc |
files | hotspot/src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.cpp hotspot/src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.hpp |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.cpp Wed Aug 20 14:34:40 2014 +0200 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.cpp Wed Aug 20 15:04:39 2014 +0200 @@ -25,6 +25,7 @@ #include "precompiled.hpp" #include "gc_implementation/g1/g1BiasedArray.hpp" #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" +#include "memory/allocation.inline.hpp" #include "runtime/virtualspace.hpp" #include "services/memTracker.hpp" #include "utilities/bitMap.inline.hpp"
--- a/hotspot/src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.hpp Wed Aug 20 14:34:40 2014 +0200 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.hpp Wed Aug 20 15:04:39 2014 +0200 @@ -26,6 +26,7 @@ #define SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP #include "gc_implementation/g1/g1PageBasedVirtualSpace.hpp" +#include "memory/allocation.hpp" #include "utilities/debug.hpp" class G1MappingChangedListener VALUE_OBJ_CLASS_SPEC {