src/share/vm/memory/allocation.hpp

changeset 7089
6e0cb14ce59b
parent 7074
833b0f92429a
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/memory/allocation.hpp	Fri Aug 22 12:03:49 2014 -0700
     1.2 +++ b/src/share/vm/memory/allocation.hpp	Thu Aug 21 13:57:51 2014 -0700
     1.3 @@ -265,7 +265,8 @@
     1.4    f(ConstantPool) \
     1.5    f(ConstantPoolCache) \
     1.6    f(Annotation) \
     1.7 -  f(MethodCounters)
     1.8 +  f(MethodCounters) \
     1.9 +  f(Deallocated)
    1.10  
    1.11  #define METASPACE_OBJ_TYPE_DECLARE(name) name ## Type,
    1.12  #define METASPACE_OBJ_TYPE_NAME_CASE(name) case name ## Type: return #name;

mercurial