< prev index next >

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

Print this page

        

*** 27,37 **** #include "gc/z/zAllocationFlags.hpp" #include "gc/z/zPage.hpp" #include "gc/z/zValue.hpp" #include "memory/allocation.hpp" ! class ZObjectAllocator VALUE_OBJ_CLASS_SPEC { private: const uint _nworkers; ZPerCPU<size_t> _used; ZContended<ZPage*> _shared_medium_page; ZPerCPU<ZPage*> _shared_small_page; --- 27,37 ---- #include "gc/z/zAllocationFlags.hpp" #include "gc/z/zPage.hpp" #include "gc/z/zValue.hpp" #include "memory/allocation.hpp" ! class ZObjectAllocator { private: const uint _nworkers; ZPerCPU<size_t> _used; ZContended<ZPage*> _shared_medium_page; ZPerCPU<ZPage*> _shared_small_page;
< prev index next >