< prev index next >

src/hotspot/share/memory/heapInspection.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 84,93 **** --- 84,95 ---- "Number of bytes used by the InstanceKlass::transitive_interfaces() array") \ f(fields_bytes, IK_fields, \ "Number of bytes used by the InstanceKlass::fields() array") \ f(inner_classes_bytes, IK_inner_classes, \ "Number of bytes used by the InstanceKlass::inner_classes() array") \ + f(nest_members_bytes, IK_nest_members, \ + "Number of bytes used by the InstanceKlass::nest_members() array") \ f(signers_bytes, IK_signers, \ "Number of bytes used by the InstanceKlass::singers() array") \ f(class_annotations_bytes, class_annotations, \ "Size of class annotations") \ f(class_type_annotations_bytes, class_type_annotations, \
< prev index next >