From: Carcassi, G. <car...@bn...> - 2014-06-09 13:08:27
|
>Does anyone have experienced similar behavior ? Or any hints ? Use jVisualVM (it's essentially the NB profiler bundled with the Oracle JDK). Start the memory profiler with the option to keep the allocation stack (that way we can know who generated it). Then create a memory dump, put it somewhere accessible so we can take a look. :-) Use of zip classes would normally be related to classloading. And the fact that if you change VM it behaves differently would not be surprising... but I'd like to see who allocates those objects before speculating... Gabriele |