src/hotspot/share/gc/z/zRootsIterator.hpp
changeset 50556 e5a40146791b
parent 50525 767cdb97f103
child 51405 8b23aa7cef47
equal deleted inserted replaced
50555:42fcc1d22f8e 50556:e5a40146791b
   162   ZParallelOopsDo<ZConcurrentWeakRootsIterator, &ZConcurrentWeakRootsIterator::do_jni_weak_handles> _jni_weak_handles;
   162   ZParallelOopsDo<ZConcurrentWeakRootsIterator, &ZConcurrentWeakRootsIterator::do_jni_weak_handles> _jni_weak_handles;
   163   ZParallelOopsDo<ZConcurrentWeakRootsIterator, &ZConcurrentWeakRootsIterator::do_string_table>     _string_table;
   163   ZParallelOopsDo<ZConcurrentWeakRootsIterator, &ZConcurrentWeakRootsIterator::do_string_table>     _string_table;
   164 
   164 
   165 public:
   165 public:
   166   ZConcurrentWeakRootsIterator();
   166   ZConcurrentWeakRootsIterator();
       
   167   ~ZConcurrentWeakRootsIterator();
   167 
   168 
   168   void oops_do(OopClosure* cl);
   169   void oops_do(OopClosure* cl);
   169 };
   170 };
   170 
   171 
   171 class ZThreadRootsIterator {
   172 class ZThreadRootsIterator {