< prev index next >

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

Print this page

        

*** 25,37 **** #define SHARE_GC_Z_ZOBJARRAYALLOCATOR_HPP #include "gc/shared/memAllocator.hpp" class ZObjArrayAllocator : public ObjArrayAllocator { - private: - Klass* const _final_klass; - public: ZObjArrayAllocator(Klass* klass, size_t word_size, int length, Thread* thread); virtual oop finish(HeapWord* mem) const; }; --- 25,34 ----
< prev index next >