hotspot/src/share/vm/memory/heapInspection.hpp
changeset 15601 df8faef6efaf
parent 15484 7395ace8a11a
child 17370 59a0620561fa
equal deleted inserted replaced
15600:753e5733b5c9 15601:df8faef6efaf
    83         "Number of bytes used by the InstanceKlass::inner_classes() array") \
    83         "Number of bytes used by the InstanceKlass::inner_classes() array") \
    84     f(signers_bytes, IK_signers, \
    84     f(signers_bytes, IK_signers, \
    85         "Number of bytes used by the InstanceKlass::singers() array") \
    85         "Number of bytes used by the InstanceKlass::singers() array") \
    86     f(class_annotations_bytes, class_annotations, \
    86     f(class_annotations_bytes, class_annotations, \
    87         "Size of class annotations") \
    87         "Size of class annotations") \
       
    88     f(class_type_annotations_bytes, class_type_annotations, \
       
    89         "Size of class type annotations") \
    88     f(fields_annotations_bytes, fields_annotations, \
    90     f(fields_annotations_bytes, fields_annotations, \
    89         "Size of field annotations") \
    91         "Size of field annotations") \
       
    92     f(fields_type_annotations_bytes, fields_type_annotations, \
       
    93         "Size of field type annotations") \
    90     f(methods_annotations_bytes, methods_annotations, \
    94     f(methods_annotations_bytes, methods_annotations, \
    91         "Size of method annotations") \
    95         "Size of method annotations") \
    92     f(methods_parameter_annotations_bytes, methods_parameter_annotations, \
    96     f(methods_parameter_annotations_bytes, methods_parameter_annotations, \
    93         "Size of method parameter annotations") \
    97         "Size of method parameter annotations") \
       
    98     f(methods_type_annotations_bytes, methods_type_annotations, \
       
    99         "Size of methods type annotations") \
    94     f(methods_default_annotations_bytes, methods_default_annotations, \
   100     f(methods_default_annotations_bytes, methods_default_annotations, \
    95         "Size of methods default annotations") \
   101         "Size of methods default annotations") \
    96     f(type_annotations_bytes, type_annotations, \
       
    97         "Size of type annotations") \
       
    98     f(annotations_bytes, annotations, \
   102     f(annotations_bytes, annotations, \
    99         "Size of all annotations") \
   103         "Size of all annotations") \
   100     f(cp_bytes, Cp, \
   104     f(cp_bytes, Cp, \
   101         "Size of InstanceKlass::constants()") \
   105         "Size of InstanceKlass::constants()") \
   102     f(cp_tags_bytes, CpTags, \
   106     f(cp_tags_bytes, CpTags, \