Skip to content

Commit 423ca78

Browse files
Merge pull request #22575 from LinHu2016/defrag-offheap-1.5
Fix java8 compiling issue
2 parents 67cf00e + dfa084a commit 423ca78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/gc_vlhgc/ParallelSweepSchemeVLHGC.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
#include "ParallelDispatcher.hpp"
5757
#include "ParallelSweepChunk.hpp"
5858
#include "ParallelTask.hpp"
59+
#if defined(J9VM_GC_SPARSE_HEAP_ALLOCATION)
5960
#include "SparseVirtualMemory.hpp"
6061
#include "SparseAddressOrderedFixedSizeDataPool.hpp"
62+
#endif /* defined(J9VM_GC_SPARSE_HEAP_ALLOCATION) */
6163
#include "SweepHeapSectioningVLHGC.hpp"
62-
#if defined(J9VM_GC_SPARSE_HEAP_ALLOCATION)
6364
#include "SweepPoolManagerVLHGC.hpp"
6465
#include "SweepPoolManagerAddressOrderedList.hpp"
65-
#endif /* defined(J9VM_GC_SPARSE_HEAP_ALLOCATION) */
6666
#include "SweepPoolState.hpp"
6767

6868

0 commit comments

Comments
 (0)