< prev index next >

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

Print this page

        

@@ -70,10 +70,9 @@
   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();
+  void retire_pages();
 };
 
 #endif // SHARE_GC_Z_ZOBJECTALLOCATOR_HPP
< prev index next >