src/hotspot/share/gc/z/zMark.cpp
changeset 53843 b38d76fc4835
parent 53842 c459deff5939
child 54164 c585ef187216
equal deleted inserted replaced
53842:c459deff5939 53843:b38d76fc4835
   127   ~ZMarkRootsIteratorClosure() {
   127   ~ZMarkRootsIteratorClosure() {
   128     ZThreadLocalAllocBuffer::publish_statistics();
   128     ZThreadLocalAllocBuffer::publish_statistics();
   129   }
   129   }
   130 
   130 
   131   virtual void do_thread(Thread* thread) {
   131   virtual void do_thread(Thread* thread) {
   132     ZRootsIteratorClosure::do_thread(thread);
       
   133 
       
   134     // Update thread local address bad mask
   132     // Update thread local address bad mask
   135     ZThreadLocalData::set_address_bad_mask(thread, ZAddressBadMask);
   133     ZThreadLocalData::set_address_bad_mask(thread, ZAddressBadMask);
   136 
   134 
   137     // Retire TLAB
   135     // Retire TLAB
   138     ZThreadLocalAllocBuffer::retire(thread);
   136     ZThreadLocalAllocBuffer::retire(thread);