< prev index next >

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

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

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