--- old/test/runtime/modules/ModuleStress/ExportModuleStressTest.java 2016-08-11 13:43:50.173996900 -0400 +++ new/test/runtime/modules/ModuleStress/ExportModuleStressTest.java 2016-08-11 13:43:49.763536900 -0400 @@ -26,15 +26,15 @@ * @bug 8156871 * @summary package in the boot layer is repeatedly exported to unique module created in layers on top of the boot layer * @modules java.base/jdk.internal.misc - * @library /testlibrary /test/lib + * @library /test/lib * @compile ../CompilerUtils.java - * @build ExportModuleStressTest * @run main/othervm ExportModuleStressTest */ import java.nio.file.Path; import java.nio.file.Paths; -import jdk.test.lib.*; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; public class ExportModuleStressTest {