diff -r 59d56b8b1a80 -r fa337ff85b9a src/hotspot/share/memory/allocation.hpp --- a/src/hotspot/share/memory/allocation.hpp Thu Jul 18 14:01:54 2019 +0200 +++ b/src/hotspot/share/memory/allocation.hpp Fri Jul 19 10:18:48 2019 +0200 @@ -507,23 +507,6 @@ #define FREE_C_HEAP_OBJ(objname)\ FreeHeap((char*)objname); -// for statistics -#ifndef PRODUCT -class AllocStats : StackObj { - julong start_mallocs, start_frees; - julong start_malloc_bytes, start_mfree_bytes, start_res_bytes; - public: - AllocStats(); - - julong num_mallocs(); // since creation of receiver - julong alloc_bytes(); - julong num_frees(); - julong free_bytes(); - julong resource_bytes(); - void print(); -}; -#endif - //------------------------------ReallocMark--------------------------------- // Code which uses REALLOC_RESOURCE_ARRAY should check an associated