< prev index next >

src/hotspot/share/gc/z/zRelocate.cpp

Print this page

        

*** 38,49 **** _workers(workers) {} class ZRelocateRootsIteratorClosure : public ZRootsIteratorClosure { public: virtual void do_thread(Thread* thread) { - ZRootsIteratorClosure::do_thread(thread); - // Update thread local address bad mask ZThreadLocalData::set_address_bad_mask(thread, ZAddressBadMask); // Remap TLAB ZThreadLocalAllocBuffer::remap(thread); --- 38,47 ----
< prev index next >