< prev index next >

src/hotspot/share/gc/g1/g1OopStarChunkedList.hpp

Print this page
rev 52675 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
Reviewed-by:
Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com
rev 52676 : imported patch AMGC-impl
rev 52679 : imported patch AMGC-tsch-rev1-log
rev 52681 : [mq]: AMGC-kbar-rev1

@@ -45,10 +45,11 @@
   template <typename T>
   inline void push(ChunkedList<T*, mtGC>** field, T* p);
 
  public:
   G1OopStarChunkedList() : _roots(NULL), _croots(NULL), _oops(NULL), _coops(NULL) {}
+  ~G1OopStarChunkedList();
 
   size_t free_chunk_lists();
 
   void oops_do(OopClosure* obj_cl, OopClosure* root_cl);
 
< prev index next >