< prev index next >

test/jdk/java/util/logging/TestLoggerWeakRefLeak.java

Print this page
rev 51638 : [mq]: 8210112

*** 24,34 **** import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import static jdk.testlibrary.Asserts.assertGreaterThan; ! import jdk.testlibrary.ProcessTools; import com.sun.tools.attach.AttachNotSupportedException; import com.sun.tools.attach.VirtualMachine; import sun.tools.attach.HotSpotVirtualMachine; --- 24,34 ---- import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import static jdk.testlibrary.Asserts.assertGreaterThan; ! import jdk.test.lib.process.ProcessTools; import com.sun.tools.attach.AttachNotSupportedException; import com.sun.tools.attach.VirtualMachine; import sun.tools.attach.HotSpotVirtualMachine;
*** 36,48 **** /* * @test * @bug 6942989 * @summary Check for WeakReference leak in Logger and anonymous Logger objects * @library /lib/testlibrary * @modules jdk.attach/sun.tools.attach * java.logging ! * @build jdk.testlibrary.ProcessTools * @run main/othervm -Djdk.attach.allowAttachSelf TestLoggerWeakRefLeak Logger * @run main/othervm -Djdk.attach.allowAttachSelf TestLoggerWeakRefLeak AnonymousLogger */ public class TestLoggerWeakRefLeak { --- 36,49 ---- /* * @test * @bug 6942989 * @summary Check for WeakReference leak in Logger and anonymous Logger objects * @library /lib/testlibrary + * @library /test/lib * @modules jdk.attach/sun.tools.attach * java.logging ! * @build jdk.test.lib.process.ProcessTools * @run main/othervm -Djdk.attach.allowAttachSelf TestLoggerWeakRefLeak Logger * @run main/othervm -Djdk.attach.allowAttachSelf TestLoggerWeakRefLeak AnonymousLogger */ public class TestLoggerWeakRefLeak {
< prev index next >