< prev index next >

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

Print this page

        

*** 70,79 **** void undo_alloc_object_for_relocation(ZPage* page, uintptr_t addr, size_t size); size_t used() const; size_t remaining() const; ! void retire_tlabs(); ! void remap_tlabs(); }; #endif // SHARE_GC_Z_ZOBJECTALLOCATOR_HPP --- 70,78 ---- void undo_alloc_object_for_relocation(ZPage* page, uintptr_t addr, size_t size); size_t used() const; size_t remaining() const; ! void retire_pages(); }; #endif // SHARE_GC_Z_ZOBJECTALLOCATOR_HPP
< prev index next >