< prev index next >

src/jdk.attach/share/classes/sun/tools/attach/HotSpotVirtualMachine.java

Print this page

        

*** 317,327 **** } // -- attach timeout support ! private static long defaultAttachTimeout = 5000; private volatile long attachTimeout; /* * Return attach timeout based on the value of the sun.tools.attach.attachTimeout * property, or the default timeout if the property is not set to a positive --- 317,327 ---- } // -- attach timeout support ! private static long defaultAttachTimeout = 10000; private volatile long attachTimeout; /* * Return attach timeout based on the value of the sun.tools.attach.attachTimeout * property, or the default timeout if the property is not set to a positive
< prev index next >