81828384858687888990
} catch (IOException ex) { // The DataOutputStream we're using isn't talking to a socket at all // So if we throw an IOException we're in serious trouble throw new JdwpInternalErrorException(ex); } return false; }
142143144145146147148149150151
} catch (IOException ex) { // The DataOutputStream we're using isn't talking to a socket at all // So if we throw an IOException we're in serious trouble throw new JdwpInternalErrorException(ex); } return shutdown; }