Native Memory Leak
Andrew Haley
aph at redhat.com
Thu Feb 8 18:34:14 UTC 2018
On 08/02/18 18:26, Jacob Schlather wrote:
> [0x00007efffa8d29fd] GenericGrowableArray::raw_allocate(int)+0x17d
> [0x00007efffab86456] MemberNameTable::add_member_name(_jobject*)+0x66
> [0x00007efffa8ffb24] InstanceKlass::add_member_name(Handle)+0x84
> [0x00007efffab8777d] MethodHandles::init_method_MemberName(Handle,
> CallInfo&)+0x28d
> (malloc=212998KB +212577KB #19)
Looks to me like you're leaking MethodHandles. It should be easy
enough for you to scan your code for those. If you're not generating
MethodHandles yourself, put a breakpoint on MethodHandle's constructor
and see who is.
--
Andrew Haley
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
More information about the hotspot-dev
mailing list