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