We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cf00e commit dfa084aCopy full SHA for dfa084a
runtime/gc_vlhgc/ParallelSweepSchemeVLHGC.cpp
@@ -56,13 +56,13 @@
56
#include "ParallelDispatcher.hpp"
57
#include "ParallelSweepChunk.hpp"
58
#include "ParallelTask.hpp"
59
+#if defined(J9VM_GC_SPARSE_HEAP_ALLOCATION)
60
#include "SparseVirtualMemory.hpp"
61
#include "SparseAddressOrderedFixedSizeDataPool.hpp"
62
+#endif /* defined(J9VM_GC_SPARSE_HEAP_ALLOCATION) */
63
#include "SweepHeapSectioningVLHGC.hpp"
-#if defined(J9VM_GC_SPARSE_HEAP_ALLOCATION)
64
#include "SweepPoolManagerVLHGC.hpp"
65
#include "SweepPoolManagerAddressOrderedList.hpp"
-#endif /* defined(J9VM_GC_SPARSE_HEAP_ALLOCATION) */
66
#include "SweepPoolState.hpp"
67
68
0 commit comments