< prev index next >

test/runtime/execstack/Testexecstack.java

Print this page

        

@@ -26,18 +26,19 @@
  * @bug 7107135
  * @bug 8021296
  * @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 {
 
     public static void main(String[] args) throws Throwable {
 
< prev index next >