From a0489a515a5f0aaa66c2143edad10d7902a82437 Mon Sep 17 00:00:00 2001 From: Xiaolong Peng Date: Tue, 31 Mar 2026 20:07:40 -0700 Subject: [PATCH] Remove concurrent_set_update_watermark from header file --- src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp b/src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp index ee842fae531..5c493759129 100644 --- a/src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp +++ b/src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp @@ -26,7 +26,6 @@ #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP #define SHARE_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP -#include "shenandoahAllocator.hpp" #include "gc/shared/gc_globals.hpp" #include "gc/shared/spaceDecorator.hpp" #include "gc/shenandoah/shenandoahAffiliation.hpp" @@ -530,7 +529,6 @@ public: inline HeapWord* get_update_watermark() const; inline void set_update_watermark(HeapWord* w); - inline void concurrent_set_update_watermark(HeapWord* w); inline void set_update_watermark_at_safepoint(HeapWord* w); inline ShenandoahAffiliation affiliation() const;