src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp
changeset 52854 eb4f89bce401
parent 52124 c64384f414bc
child 53244 9807daeb47c4
--- 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 {