< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

@@ -23,11 +23,11 @@
 
 import java.io.BufferedReader;
 import java.io.InputStream;
 import java.io.InputStreamReader;
 
-import static jdk.testlibrary.Asserts.assertGreaterThan;
+import static jdk.test.lib.Asserts.assertGreaterThan;
 import jdk.test.lib.process.ProcessTools;
 
 import com.sun.tools.attach.AttachNotSupportedException;
 import com.sun.tools.attach.VirtualMachine;
 

@@ -35,11 +35,10 @@
 
 /*
  * @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
< prev index next >