--- old/src/hotspot/share/services/allocationSite.hpp 2018-03-07 23:14:15.390451304 -0500 +++ new/src/hotspot/share/services/allocationSite.hpp 2018-03-07 23:14:14.362874163 -0500 @@ -30,7 +30,7 @@ // Allocation site represents a code path that makes a memory // allocation -template class AllocationSite VALUE_OBJ_CLASS_SPEC { +template class AllocationSite { private: NativeCallStack _call_stack; E e;