Fetching Object Size using Instrumentation

Posted by java_geek on Stack Overflow See other posts from Stack Overflow or by java_geek
Published on 2010-03-12T06:03:01Z Indexed on 2010/03/12 6:07 UTC
Read the original article Hit count: 411

Filed under:
|
|

I have an object which is a composite of several other objects. When i use the getObjectSize() method in the Instrumentation package, does it include the size of the composite objects also?

© Stack Overflow or respective owner

Related posts about java

Related posts about instrumentation