--- old/src/hotspot/share/gc/shared/oopStorage.hpp 2019-12-01 18:04:49.189884394 -0500 +++ new/src/hotspot/share/gc/shared/oopStorage.hpp 2019-12-01 18:04:48.941871105 -0500 @@ -193,9 +193,7 @@ const Block* _head; const Block* _tail; - // Noncopyable. - AllocationList(const AllocationList&); - AllocationList& operator=(const AllocationList&); + NONCOPYABLE(AllocationList); public: AllocationList();