From 2ea89268a1af501fef4c1505a487e9ef5d5bda87 Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Tue, 23 Apr 2024 15:01:09 +0000 Subject: [PATCH] 8330961: Remove redundant public specifier in ModRefBarrierSet Reviewed-by: tschatzl --- src/hotspot/share/gc/shared/modRefBarrierSet.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/share/gc/shared/modRefBarrierSet.hpp b/src/hotspot/share/gc/shared/modRefBarrierSet.hpp index fb66c2fa011..395ebbc3d18 100644 --- a/src/hotspot/share/gc/shared/modRefBarrierSet.hpp +++ b/src/hotspot/share/gc/shared/modRefBarrierSet.hpp @@ -68,7 +68,6 @@ public: // at the address "start", which may not necessarily be HeapWord-aligned inline void write_ref_array(HeapWord* start, size_t count); - public: // The ModRef abstraction introduces pre and post barriers template class AccessBarrier: public BarrierSet::AccessBarrier {