de.hybris.bootstrap.loader.PlatformInPlaceClassLoader @ 0x2034010e8 (85%)
Possible Memory Waste
Duplicate Strings
Found 1 occurrences of byte[] with at least 10 instances having identical content. Total size is 336 bytes.
Top elements include:
- 14 × B2C (336 bytes)
Empty Collections
No excessive usage of empty collections found.
Collection Fill Ratios
No serious amount of collections with low fill ratios found.
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 6,514 java.lang.ref.SoftReference objects have been found, which softly reference 1,408 objects.
39,635 objects totalling 1.5 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 942,350 java.lang.ref.WeakReference objects have been found, which weakly reference 272,425 objects.
4,027 objects totalling 187.3 KB are retained (kept alive) only via weak references.
Possible Memory Leak 159 objects totalling 5.4 KB are weakly referenced and also strongly retained (kept alive) via weak references.
Finalizer Statistics
A total of 118 objects implement the finalize method.
Map Collision Ratios
Detected the following maps with collision ratios above 80%:
- 718 instances of java.util.Hashtable retain >= 981,768 bytes.
- 1 instances of java.util.WeakHashMap retain 1,464 bytes.
- 1 instances of java.util.Collections$SynchronizedMap retain 1,496 bytes.
- 1 instances of java.util.concurrent.ConcurrentHashMap$KeySetView retain 240 bytes.