--- old/src/hotspot/share/gc/z/zObjectAllocator.hpp 2018-03-14 08:46:55.903479521 +0100 +++ new/src/hotspot/share/gc/z/zObjectAllocator.hpp 2018-03-14 08:46:55.744472709 +0100 @@ -29,7 +29,7 @@ #include "gc/z/zValue.hpp" #include "memory/allocation.hpp" -class ZObjectAllocator VALUE_OBJ_CLASS_SPEC { +class ZObjectAllocator { private: const uint _nworkers; ZPerCPU _used;