< prev index next >

agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java

Print this page

        

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