--- old/src/hotspot/share/gc/z/zArray.hpp 2018-03-14 08:46:51.928309225 +0100 +++ new/src/hotspot/share/gc/z/zArray.hpp 2018-03-14 08:46:51.758301942 +0100 @@ -27,7 +27,7 @@ #include "memory/allocation.hpp" template -class ZArray VALUE_OBJ_CLASS_SPEC { +class ZArray { private: static const size_t initial_capacity = 32;