diff -r 0e2e67902add -r eb4f89bce401 src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp --- a/src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp Wed Dec 05 17:11:21 2018 +0100 +++ b/src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp Wed Dec 05 17:11:22 2018 +0100 @@ -188,8 +188,6 @@ static ByteSize end_offset() { return byte_offset_of(ThreadLocalAllocBuffer, _end); } static ByteSize top_offset() { return byte_offset_of(ThreadLocalAllocBuffer, _top); } static ByteSize pf_top_offset() { return byte_offset_of(ThreadLocalAllocBuffer, _pf_top); } - - void verify(); }; class ThreadLocalAllocStats : public StackObj {