From 048131bfc8294da03dfec3bf05aa298c8b1716c6 Mon Sep 17 00:00:00 2001 From: Xiaolong Peng Date: Wed, 10 Jun 2026 17:40:19 -0700 Subject: [PATCH] fix: Add #include "gc/shenandoah/shenandoahHeap.hpp" to build error --- src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp b/src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp index f1383299e09..9758a2deef6 100644 --- a/src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp +++ b/src/hotspot/share/gc/shenandoah/shenandoahAllocator.cpp @@ -25,6 +25,7 @@ #include "gc/shenandoah/shenandoahAllocator.hpp" #include "gc/shenandoah/shenandoahAllocRequest.hpp" #include "gc/shenandoah/shenandoahFreeSet.hpp" +#include "gc/shenandoah/shenandoahHeap.hpp" #include "gc/shenandoah/shenandoahHeapRegion.hpp" ShenandoahAllocator::ShenandoahAllocator(ShenandoahFreeSet* free_set)