comparison src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.hpp @ 20339:7b2fc3129653

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 1f1d373cd044
children e7d0505c8a30
comparison
equal deleted inserted replaced
20338:8d5f66b42c53 20339:7b2fc3129653
24 24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP 25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP 26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP
27 27
28 #include "gc_implementation/g1/g1PageBasedVirtualSpace.hpp" 28 #include "gc_implementation/g1/g1PageBasedVirtualSpace.hpp"
29 #include "memory/allocation.hpp"
29 #include "utilities/debug.hpp" 30 #include "utilities/debug.hpp"
30 31
31 class G1MappingChangedListener VALUE_OBJ_CLASS_SPEC { 32 class G1MappingChangedListener VALUE_OBJ_CLASS_SPEC {
32 public: 33 public:
33 // Fired after commit of the memory, i.e. the memory this listener is registered 34 // Fired after commit of the memory, i.e. the memory this listener is registered