Description
many classes have in their clinit something like:
static final int BASE_SIZE = RamUsageEstimator.shallowSizeOf(...)
This does inspection of private fields to compute the size, but requires RuntimePermission("accessDeclaredMembers").
many classes have in their clinit something like:
static final int BASE_SIZE = RamUsageEstimator.shallowSizeOf(...)
This does inspection of private fields to compute the size, but requires RuntimePermission("accessDeclaredMembers").