--- old/src/hotspot/share/gc/g1/g1DirtyCardQueue.hpp 2020-02-13 20:18:32.658472396 -0500 +++ new/src/hotspot/share/gc/g1/g1DirtyCardQueue.hpp 2020-02-13 20:18:32.342455286 -0500 @@ -178,10 +178,6 @@ PausedBuffers(); DEBUG_ONLY(~PausedBuffers();) - // Test whether there are any paused lists. - // Thread-safe, but the answer may change immediately. - bool is_empty() const; - // Thread-safe add the buffer to paused list for next safepoint. // precondition: not at safepoint. // precondition: does not have paused buffers from a previous safepoint. @@ -228,7 +224,6 @@ // Thread-safe add a buffer to paused list for next safepoint. // precondition: not at safepoint. - // precondition: does not have paused buffers from a previous safepoint. void record_paused_buffer(BufferNode* node); void enqueue_paused_buffers_aux(const HeadTail& paused); // Thread-safe transfer paused buffers for previous safepoints to the queue.