8260449: Remove stale declaration of SATBMarkQueue::apply_closure_and_empty()

Reviewed-by: tschatzl
This commit is contained in:
Roman Kennke 2021-01-27 09:32:08 +00:00
parent fd2641ed36
commit 4d004c9447

View File

@ -60,10 +60,6 @@ public:
bool is_active() const { return _active; }
void set_active(bool value) { _active = value; }
// Apply cl to the active part of the buffer.
// Prerequisite: Must be at a safepoint.
void apply_closure_and_empty(SATBBufferClosure* cl);
#ifndef PRODUCT
// Helpful for debugging
void print(const char* name);