src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Oop.java
changeset 50525 767cdb97f103
parent 48113 af9e4669ca18
--- a/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Oop.java	Tue Jun 12 07:52:30 2018 -0700
+++ b/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Oop.java	Tue Jun 12 17:40:28 2018 +0200
@@ -164,7 +164,7 @@
       tty.print("null");
     } else {
       obj.printValueOn(tty);
-      tty.print(" @ " + obj.getHandle());
+      tty.print(" @ " + VM.getVM().getUniverse().heap().oopAddressDescription(obj.getHandle()));
     }
   }