--- old/test/runtime/execstack/Testexecstack.java 2016-08-11 13:40:26.428316100 -0400 +++ new/test/runtime/execstack/Testexecstack.java 2016-08-11 13:40:26.021131300 -0400 @@ -28,14 +28,15 @@ * @bug 8025519 * @summary Stack guard pages lost after loading library with executable stack. * @requires (os.family == "linux") - * @library /testlibrary - * @build jdk.test.lib.* + * @library /test/lib + * @modules java.base/jdk.internal.misc * @compile Test.java * @compile TestMT.java * @run driver Testexecstack */ -import jdk.test.lib.*; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; public class Testexecstack {