src/hotspot/share/memory/heapInspection.hpp
changeset 50735 2f2af62dfac7
parent 47216 71c04702a3d5
child 51334 cc2c79d22508
equal deleted inserted replaced
50734:0828a0f6676b 50735:2f2af62dfac7
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    84         "Number of bytes used by the InstanceKlass::transitive_interfaces() array") \
    84         "Number of bytes used by the InstanceKlass::transitive_interfaces() array") \
    85     f(fields_bytes, IK_fields, \
    85     f(fields_bytes, IK_fields, \
    86         "Number of bytes used by the InstanceKlass::fields() array") \
    86         "Number of bytes used by the InstanceKlass::fields() array") \
    87     f(inner_classes_bytes, IK_inner_classes, \
    87     f(inner_classes_bytes, IK_inner_classes, \
    88         "Number of bytes used by the InstanceKlass::inner_classes() array") \
    88         "Number of bytes used by the InstanceKlass::inner_classes() array") \
       
    89     f(nest_members_bytes, IK_nest_members, \
       
    90         "Number of bytes used by the InstanceKlass::nest_members() array") \
    89     f(signers_bytes, IK_signers, \
    91     f(signers_bytes, IK_signers, \
    90         "Number of bytes used by the InstanceKlass::singers() array") \
    92         "Number of bytes used by the InstanceKlass::singers() array") \
    91     f(class_annotations_bytes, class_annotations, \
    93     f(class_annotations_bytes, class_annotations, \
    92         "Size of class annotations") \
    94         "Size of class annotations") \
    93     f(class_type_annotations_bytes, class_type_annotations, \
    95     f(class_type_annotations_bytes, class_type_annotations, \