--- old/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxOopHandle.java 2013-06-25 10:52:33.322786002 +0100 +++ new/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxOopHandle.java 2013-06-25 10:52:33.222786002 +0100 @@ -26,8 +26,8 @@ import sun.jvm.hotspot.debugger.*; -class LinuxOopHandle extends LinuxAddress implements OopHandle { - LinuxOopHandle(LinuxDebugger debugger, long addr) { +public class LinuxOopHandle extends LinuxAddress implements OopHandle { + public LinuxOopHandle(LinuxDebugger debugger, long addr) { super(debugger, addr); }