< prev index next >

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

Print this page

        

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