< prev index next >

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

Print this page

        

@@ -25,13 +25,10 @@
 #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;
 };
< prev index next >