--- 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 {