6869707172737475767778
while (up()) { Jdwp jdwp = new Jdwp(); jdwp.configure(ps); jdwp.run(); jdwp.waitToFinish(); jdwp.shutdown(); } // workaround for the restricted capabilities of JDWP support in GNU Classpath. JNodeSocketTransport.ServerSocketHolder.close(); } });