agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java

Print this page

        

*** 24,38 **** package sun.jvm.hotspot.debugger.linux; import sun.jvm.hotspot.debugger.*; ! class LinuxAddress implements Address { protected LinuxDebugger debugger; protected long addr; ! LinuxAddress(LinuxDebugger debugger, long addr) { this.debugger = debugger; this.addr = addr; } // --- 24,38 ---- package sun.jvm.hotspot.debugger.linux; import sun.jvm.hotspot.debugger.*; ! public class LinuxAddress implements Address { protected LinuxDebugger debugger; protected long addr; ! public LinuxAddress(LinuxDebugger debugger, long addr) { this.debugger = debugger; this.addr = addr; } //