add include header shenandoahAllocRequest.hpp

This commit is contained in:
Xiaolong Peng 2026-01-08 21:37:50 -08:00
parent 4d5722a3ed
commit f299e1650a

View File

@ -27,6 +27,7 @@
#define SHARE_GC_SHENANDOAH_SHENANDOAHALLOCATOR_HPP
#include "gc/shenandoah/shenandoahFreeSetPartitionId.hpp"
#include "gc/shenandoah/shenandoahAllocRequest.hpp"
#include "memory/allocation.hpp"
#include "memory/padded.hpp"
#include "utilities/globalDefinitions.hpp"
@ -34,7 +35,6 @@
class ShenandoahFreeSet;
class ShenandoahRegionPartitions;
class ShenandoahHeapRegion;
class ShenandoahAllocRequest;
template <ShenandoahFreeSetPartitionId ALLOC_PARTITION>
class ShenandoahAllocator : public CHeapObj<mtGC> {