8327376: Parallel: Remove unimplemented methods in psParallelCompact.hpp

Reviewed-by: gli, tschatzl
This commit is contained in:
Albert Mingkun Yang 2024-03-06 14:31:20 +00:00
parent ae5e3fdd59
commit 08b03a329f

View File

@ -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);