agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java	Thu Sep 17 16:09:28 2009
--- new/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java	Thu Sep 17 16:09:28 2009

*** 454,463 **** --- 454,468 ---- public Integer lookupIntConstant(String name) { return db.lookupIntConstant(name); } + // Convenience function for conversions + static public long getAddressValue(Address addr) { + return VM.getVM().getDebugger().getAddressValue(addr); + } + public long getAddressSize() { return db.getAddressSize(); } public long getOopSize() {

agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File