Skip to content

Commit

Permalink
8327376: Parallel: Remove unimplemented methods in psParallelCompact.hpp
Browse files Browse the repository at this point in the history
Reviewed-by: gli, tschatzl
  • Loading branch information
albertnetymk committed Mar 6, 2024
1 parent ae5e3fd commit 08b03a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hotspot/share/gc/parallel/psParallelCompact.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ class ParallelCompactData

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
Expand Down Expand Up @@ -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);

Expand Down

1 comment on commit 08b03a3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.