< prev index next >

src/hotspot/share/gc/shared/oopStorage.hpp

Print this page
rev 57095 : [mq]: use
rev 57096 : [mq]: trailing_semi

*** 191,203 **** // Doubly-linked list of Blocks. class AllocationList { const Block* _head; const Block* _tail; ! // Noncopyable. ! AllocationList(const AllocationList&); ! AllocationList& operator=(const AllocationList&); public: AllocationList(); ~AllocationList(); --- 191,201 ---- // Doubly-linked list of Blocks. class AllocationList { const Block* _head; const Block* _tail; ! NONCOPYABLE(AllocationList); public: AllocationList(); ~AllocationList();
< prev index next >