< prev index next >

agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdAddress.java

Print this page

        

@@ -286,11 +286,11 @@
       return null;
     }
     return new BsdAddress(debugger, value);
   }
 
-
+  public long asLongValue() { return addr; }
   //--------------------------------------------------------------------------------
   // Internals only below this point
   //
 
   long getValue() {
< prev index next >