I've tried to use this library (version 0.4.0) on JDK17 and it seems work fine with one exception: it can't measure the standard collections like HashSet. deepSizeOf returns 32 bytes for example.
Is it know limitation or a bug?
It reports only one warning BTW:
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
Good day,
I've tried to use this library (version 0.4.0) on JDK17 and it seems work fine with one exception: it can't measure the standard collections like
HashSet
.deepSizeOf
returns 32 bytes for example.Is it know limitation or a bug?
It reports only one warning BTW: