< prev index next >

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

Print this page
rev 50539 : [mq]: 8204613-stringtable-unclean-fix

*** 162,171 **** --- 162,172 ---- 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 >