JVM Inside Out Part 2 — Reading object content
This is the second part of the JVM Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 — Getting object address Last time we saw how to read object address. We can use similar trick to read object contents as integers. Let’s see this: First, … Continue reading JVM Inside Out Part 2 — Reading object content