< prev index next >

test/runtime/BootClassAppendProp/BootClassPathAppend.java

Print this page

        

@@ -23,15 +23,16 @@
 
 /*
  * @test
  * @bug 8087154
  * @summary Uninitialized system property jdk.boot.class.path.append causes SIGSEGV
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 
 // Test that system property jdk.boot.class.path.append is initialized.  Otherwise,
 // -XX:+PrintCompilation does causes a SIGSEGV.
 public class BootClassPathAppend {
   public static void main(String[] args) throws Exception {
< prev index next >