Skip to content

Commit 622f560

Browse files
committed
8302886: Parallel: Remove unimplemented methods in ParCompactionManager
Reviewed-by: tschatzl
1 parent 9fd77c7 commit 622f560

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/hotspot/share/gc/parallel/psCompactionManager.hpp

-9
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,8 @@ class ParCompactionManager : public CHeapObj<mtGC> {
157157

158158
ParCompactionManager();
159159

160-
// Pushes onto the region stack at the given index. If the
161-
// region stack is full,
162-
// pushes onto the region overflow stack.
163-
static void verify_region_list_empty(uint stack_index);
164160
ParMarkBitMap* mark_bitmap() { return _mark_bitmap; }
165161

166-
// void drain_stacks();
167-
168-
bool should_update();
169-
bool should_copy();
170-
171162
// Save for later processing. Must not fail.
172163
inline void push(oop obj);
173164
inline void push_objarray(oop objarray, size_t index);

0 commit comments

Comments
 (0)