mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8189737: Make HeapRegion not derive from Space
Reviewed-by: sjohanss, kbarrett
This commit is contained in:
parent
f225f7cd0b
commit
c4b3dcf8c1
32 changed files with 304 additions and 286 deletions
|
@ -33,7 +33,7 @@
|
|||
#include "gc/parallel/psOldGen.hpp"
|
||||
#include "gc/shared/cardTableBarrierSet.hpp"
|
||||
#include "gc/shared/gcLocker.hpp"
|
||||
#include "gc/shared/spaceDecorator.hpp"
|
||||
#include "gc/shared/spaceDecorator.inline.hpp"
|
||||
#include "logging/log.hpp"
|
||||
#include "oops/oop.inline.hpp"
|
||||
#include "runtime/java.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue