vote up 1 vote down star

I'm profiling a Java program that is leaking memory. Using JProfiler I see I get crazy amount of byte[] data. Is there a way to know more information about it? When is it allocated/created, where is it?

flag

73% accept rate

1 Answer

vote up 3 vote down

You should be able to find the path to the GC root of those arrays, this should tell you what they are used for.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.