From 08b03a329fd1a7307242a8b1cfeda94f3338e136 Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Wed, 6 Mar 2024 14:31:20 +0000 Subject: [PATCH] 8327376: Parallel: Remove unimplemented methods in psParallelCompact.hpp Reviewed-by: gli, tschatzl --- src/hotspot/share/gc/parallel/psParallelCompact.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hotspot/share/gc/parallel/psParallelCompact.hpp b/src/hotspot/share/gc/parallel/psParallelCompact.hpp index f5521b6014e..d13d374827f 100644 --- a/src/hotspot/share/gc/parallel/psParallelCompact.hpp +++ b/src/hotspot/share/gc/parallel/psParallelCompact.hpp @@ -405,7 +405,6 @@ public: size_t block_count() const { return _block_count; } inline BlockData* block(size_t block_idx) const; - inline size_t block(const BlockData* block_ptr) const; // Fill in the regions covering [beg, end) so that no data moves; i.e., the // destination of region n is simply the start of region n. Both arguments @@ -1040,9 +1039,6 @@ class PSParallelCompact : AllStatic { #endif // #ifndef PRODUCT public: - - PSParallelCompact(); - static bool invoke(bool maximum_heap_compaction); static bool invoke_no_policy(bool maximum_heap_compaction);