java - visual vm analyze memory leak -
in visual vm, click on sample->memory, , keep see "windowprincipal" class, instances stay @ 25. right nobody using application. sign of memory leak?
trying requesting garbage collection multiple times , see graph again. if object instances still there can trace patch of these objects i.e., referencing these objects , can assess if memory leak or legitimate objects cached.
Comments
Post a Comment