comparison src/share/vm/memory/heapInspection.hpp @ 12823:ac9cb1d5a202

8009130: Lambda: Fix access controls, loader constraints. Summary: New default methods list with inherited superinterface methods Reviewed-by: minqi, sspitsyn, coleenp
author acorn
date Mon, 07 Oct 2013 12:20:28 -0400
parents 190899198332
children 63a4eb8bcd23 78bbf4d43a14
comparison
equal deleted inserted replaced
12822:cc4f5f8d885e 12823:ac9cb1d5a202
71 "Size of the embedded nonstatic_oop_map in InstanceKlass") \ 71 "Size of the embedded nonstatic_oop_map in InstanceKlass") \
72 f(methods_array_bytes, IK_methods, \ 72 f(methods_array_bytes, IK_methods, \
73 "Number of bytes used by the InstanceKlass::methods() array") \ 73 "Number of bytes used by the InstanceKlass::methods() array") \
74 f(method_ordering_bytes, IK_method_ordering, \ 74 f(method_ordering_bytes, IK_method_ordering, \
75 "Number of bytes used by the InstanceKlass::method_ordering() array") \ 75 "Number of bytes used by the InstanceKlass::method_ordering() array") \
76 f(default_methods_array_bytes, IK_default_methods, \
77 "Number of bytes used by the InstanceKlass::default_methods() array") \
78 f(default_vtable_indices_bytes, IK_default_vtable_indices, \
79 "Number of bytes used by the InstanceKlass::default_vtable_indices() array") \
76 f(local_interfaces_bytes, IK_local_interfaces, \ 80 f(local_interfaces_bytes, IK_local_interfaces, \
77 "Number of bytes used by the InstanceKlass::local_interfaces() array") \ 81 "Number of bytes used by the InstanceKlass::local_interfaces() array") \
78 f(transitive_interfaces_bytes, IK_transitive_interfaces, \ 82 f(transitive_interfaces_bytes, IK_transitive_interfaces, \
79 "Number of bytes used by the InstanceKlass::transitive_interfaces() array") \ 83 "Number of bytes used by the InstanceKlass::transitive_interfaces() array") \
80 f(fields_bytes, IK_fields, \ 84 f(fields_bytes, IK_fields, \