java.net.URLClassLoader @ 0x203400fc8 (6%)
Possible Memory Waste
Duplicate Strings
Found 1 occurrences of char[] with at least 10 instances having identical content. Total size is 616 bytes.
Top elements include:
- 11 × \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u... (616 bytes)
Empty Collections
No excessive usage of empty collections found.
Collection Fill Ratios
Detected the following collections with fill ratios below 20%:
- 118,399 instances of java.util.HashMap retain >= 171,090,168 bytes.
Zero-Length Arrays
No excessive usage of zero-length arrays found.
Array Fill Ratios
No serious amount of arrays with low fill ratios found.
Primitive Arrays with a Constant Value
No excessive usage of primitive arrays with a constant value found.
Miscellaneous
Soft Reference Statistics
A total of 204 java.lang.ref.SoftReference objects have been found, which softly reference 119 objects.
677 objects totalling 2 MB are retained (kept alive) only via soft references.
No objects totalling 0 B are softly referenced and also strongly retained (kept alive) via soft references.
Weak Reference Statistics
A total of 157,806 java.lang.ref.WeakReference objects have been found, which weakly reference 48,335 objects.
22 objects totalling 904 B are retained (kept alive) only via weak references.
Possible Memory Leak 14,625 objects totalling 228.5 KB are weakly referenced and also strongly retained (kept alive) via weak references.
Finalizer Statistics
A total of 4 objects implement the finalize method.
Map Collision Ratios
Detected the following maps with collision ratios above 80%:
- 8 instances of java.util.Hashtable retain >= 5,568 bytes.