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

@ -52,7 +52,7 @@
#include "gc/shared/referencePolicy.hpp"
#include "gc/shared/referenceProcessor.hpp"
#include "gc/shared/referenceProcessorPhaseTimes.hpp"
#include "gc/shared/spaceDecorator.hpp"
#include "gc/shared/spaceDecorator.inline.hpp"
#include "gc/shared/weakProcessor.hpp"
#include "gc/shared/workerPolicy.hpp"
#include "gc/shared/workgroup.hpp"