agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6879063 Cdiff agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java

agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java

Print this page

        

*** 262,277 **** threadGroupForJDI = new ThreadGroup("JDI [" + this.hashCode() + "]"); ((com.sun.tools.jdi.VirtualMachineManagerImpl)mgr).addVirtualMachine(this); ! // By default SA agent classes prefer dbx debugger to proc debugger ! // and Windows process debugger to windbg debugger. SA expects ! // special properties to be set to choose other debuggers. We will set ! // those here before attaching to SA agent. - System.setProperty("sun.jvm.hotspot.debugger.useProcDebugger", "true"); System.setProperty("sun.jvm.hotspot.debugger.useWindbgDebugger", "true"); } // we reflectively use newly spec'ed class because our ALT_BOOTDIR // is 1.4.2 and not 1.5. --- 262,276 ---- threadGroupForJDI = new ThreadGroup("JDI [" + this.hashCode() + "]"); ((com.sun.tools.jdi.VirtualMachineManagerImpl)mgr).addVirtualMachine(this); ! // By default SA agent classes prefer Windows process debugger ! // to windbg debugger. SA expects special properties to be set ! // to choose other debuggers. We will set those here before ! // attaching to SA agent. System.setProperty("sun.jvm.hotspot.debugger.useWindbgDebugger", "true"); } // we reflectively use newly spec'ed class because our ALT_BOOTDIR // is 1.4.2 and not 1.5.
agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File