jprofiler « byte « Java Data Type Q&A





1. Where are these byte[]? (In Java using JProfiler)    stackoverflow.com

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 ...