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

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

Print this page

        

*** 261,278 **** */ 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. private static Class vmCannotBeModifiedExceptionClass = null; --- 261,270 ----
agent/src/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File