You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are two tests I use to demonstrate sizing of Objects in the JVM's heap.
MemoryCheck will just measure based on memory consumed
While ClassLayoutWriterTest will use Unsafe to print the layout of a class.
About
The two little examples (as tests), I use in my SizeOf talk