We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd77c7 commit 622f560Copy full SHA for 622f560
src/hotspot/share/gc/parallel/psCompactionManager.hpp
@@ -157,17 +157,8 @@ class ParCompactionManager : public CHeapObj<mtGC> {
157
158
ParCompactionManager();
159
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);
164
ParMarkBitMap* mark_bitmap() { return _mark_bitmap; }
165
166
- // void drain_stacks();
167
-
168
- bool should_update();
169
- bool should_copy();
170
171
// Save for later processing. Must not fail.
172
inline void push(oop obj);
173
inline void push_objarray(oop objarray, size_t index);
0 commit comments