File tree 4 files changed +2
-10
lines changed
4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 25
25
#include " precompiled.hpp"
26
26
#include " gc/epsilon/epsilonHeap.hpp"
27
27
#include " gc/epsilon/epsilonMemoryPool.hpp"
28
+ #include " gc/shared/gc_globals.hpp"
28
29
29
30
EpsilonMemoryPool::EpsilonMemoryPool (EpsilonHeap* heap) :
30
31
CollectedMemoryPool(" Epsilon Heap" ,
Original file line number Diff line number Diff line change 27
27
28
28
#include " gc/serial/cSpaceCounters.hpp"
29
29
#include " gc/serial/generation.hpp"
30
+ #include " gc/serial/serialBlockOffsetTable.hpp"
30
31
#include " gc/shared/generationCounters.hpp"
31
32
#include " gc/shared/space.hpp"
32
33
#include " utilities/macros.hpp"
33
34
34
- class SerialBlockOffsetTable ;
35
35
class CardTableRS ;
36
36
class ContiguousSpace ;
37
37
Original file line number Diff line number Diff line change 26
26
#define SHARE_GC_SERIAL_TENUREDGENERATION_INLINE_HPP
27
27
28
28
#include " gc/serial/tenuredGeneration.hpp"
29
-
30
29
#include " gc/shared/space.hpp"
31
30
32
31
inline size_t TenuredGeneration::capacity () const {
Original file line number Diff line number Diff line change 35
35
#include " runtime/mutexLocker.hpp"
36
36
#include " utilities/align.hpp"
37
37
#include " utilities/macros.hpp"
38
- #if INCLUDE_SERIALGC
39
- #include " gc/serial/serialBlockOffsetTable.hpp"
40
- #endif
41
38
42
39
// A space is an abstraction for the "storage units" backing
43
40
// up the generation abstraction. It includes specific
44
41
// implementations for keeping track of free and used space,
45
42
// for iterating over objects and free blocks, etc.
46
43
47
44
// Forward decls.
48
- class ContiguousSpace ;
49
- class Generation ;
50
- class ContiguousSpace ;
51
- class CardTableRS ;
52
- class DirtyCardToOopClosure ;
53
45
class GenSpaceMangler ;
54
46
55
47
// A space in which the free area is contiguous. It therefore supports
You can’t perform that action at this time.
0 commit comments