mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-28 03:43:21 +00:00
8327376: Parallel: Remove unimplemented methods in psParallelCompact.hpp
Reviewed-by: gli, tschatzl
This commit is contained in:
parent
ae5e3fdd59
commit
08b03a329f
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user