I acquired a heap dump from a OpenJ9 java application using the command
jcmd <pid> GC.heap_dump
Then I open it on Eclipse Memory Analyzer to check a specific class, but when I tried to see the content of a byte array attribute of this class all the bytes appear as zero.
I tried looking to other byte array references, but all of them are the same.
Is there a way to see it content with the file that I have or I need to generate the heap dump in a different way?