< prev index next >

src/hotspot/share/gc/z/zRootsIterator.hpp

Print this page
rev 50503 : ZGC: The Z Garbage Collector v92
rev 50504 : imported patch ZGC_Concurrent_cleaning_of_StringTable
rev 50506 : imported patch 8204613-stringtable-cleaning-zgc

@@ -162,10 +162,11 @@
   ZParallelOopsDo<ZConcurrentWeakRootsIterator, &ZConcurrentWeakRootsIterator::do_jni_weak_handles> _jni_weak_handles;
   ZParallelOopsDo<ZConcurrentWeakRootsIterator, &ZConcurrentWeakRootsIterator::do_string_table>     _string_table;
 
 public:
   ZConcurrentWeakRootsIterator();
+  ~ZConcurrentWeakRootsIterator();
 
   void oops_do(OopClosure* cl);
 };
 
 class ZThreadRootsIterator {
< prev index next >