X-Git-Url: http://git.megacz.com/?p=org.ibex.jinetd.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjinetd%2FLoader.java;h=012a9356b5179016d1988df2be6f1e02b210a797;hp=96093bd5e35621476b634f826f99ea6bae462014;hb=70604175e53b4c6ca71a82108f35e74b1ac1993a;hpb=99f8fd894be14226a64f1889657edf863edf8afb diff --git a/src/org/ibex/jinetd/Loader.java b/src/org/ibex/jinetd/Loader.java index 96093bd..012a935 100644 --- a/src/org/ibex/jinetd/Loader.java +++ b/src/org/ibex/jinetd/Loader.java @@ -1,4 +1,9 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.jinetd; +import org.ibex.io.*; import org.ibex.util.*; import java.io.*; import java.util.*; @@ -59,7 +64,7 @@ public class Loader extends Watcher { public String getClassPath() { String classpath = System.getProperty("java.class.path"); String [] l = new File(Root.root + "/LIB/").list(); - for(int i=0; i 0) { + Log.warn(this, " annoying threads:"); + Thread[] annoying = new Thread[tg.activeCount()]; + tg.enumerate(annoying, true); + for(int i=0; i