diff -r 67151bcd8b14 -r a6ccade6b295 src/hotspot/share/jfr/recorder/storage/jfrStorageUtils.inline.hpp --- a/src/hotspot/share/jfr/recorder/storage/jfrStorageUtils.inline.hpp Sat Sep 21 20:13:11 2019 +0200 +++ b/src/hotspot/share/jfr/recorder/storage/jfrStorageUtils.inline.hpp Sun Sep 22 14:00:00 2019 +0200 @@ -57,14 +57,6 @@ } template -inline bool ConcurrentWriteOpExcludeRetired::process(typename Operation::Type* t) { - if (t->retired() || t->excluded()) { - return true; - } - return ConcurrentWriteOp::process(t); -} - -template inline bool MutexedWriteOp::process(typename Operation::Type* t) { assert(t != NULL, "invariant"); const u1* const current_top = t->top();