--- old/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdAddress.java 2015-07-14 18:27:39.291617025 -0700 +++ new/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdAddress.java 2015-07-14 18:27:39.172611157 -0700 @@ -288,7 +288,7 @@ return new BsdAddress(debugger, value); } - + public long asLongValue() { return addr; } //-------------------------------------------------------------------------------- // Internals only below this point //