< prev index next >

test/jdk/java/lang/System/LoggerFinder/modules/UnnamedLoggerForJDKTest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -22,21 +22,10 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 import java.io.File;
-import java.nio.file.Files;
-import java.nio.file.Path;
-import java.nio.file.Paths;
-import java.nio.file.StandardCopyOption;
-import java.util.ArrayList;
-import java.util.List;
-import java.util.stream.Stream;
-
-import jdk.testlibrary.JDKToolFinder;
-
-import static jdk.testlibrary.ProcessTools.executeCommand;
 
 /*
  * @test
  * @modules jdk.compiler
  * @summary Test cases which run against the JDK image, check the situation where
< prev index next >