How to test how many bytes an object reference use in Java?

前端 未结 4 1335
旧时难觅i
旧时难觅i 2020-12-18 00:50

I would like to test how many bytes an object reference use in the Java VM that I\'m using. Do you guys know how to test this?

Thanks!

4条回答
  •  天涯浪人
    2020-12-18 01:20

    This one is the one I use. Got to love those 16-byte references ! alphaworks.ibm.heapanalyzer

提交回复
热议问题