8189737: Make HeapRegion not derive from Space

Reviewed-by: sjohanss, kbarrett
This commit is contained in:
Thomas Schatzl 2019-11-08 10:01:13 +01:00
parent f225f7cd0b
commit c4b3dcf8c1
32 changed files with 304 additions and 286 deletions

View file

@ -34,6 +34,7 @@
#include "interpreter/abstractInterpreter.hpp"
#include "jvmci/compilerRuntime.hpp"
#include "jvmci/jvmciRuntime.hpp"
#include "logging/log.hpp"
#include "memory/allocation.inline.hpp"
#include "memory/universe.hpp"
#include "oops/compressedOops.hpp"