< prev index next >

test/gc/arguments/TestUnrecognizedVMOptionsHandling.java

Print this page

        

@@ -30,11 +30,11 @@
  * @modules java.base/sun.misc
  *          java.management
  * @run main/othervm TestUnrecognizedVMOptionsHandling
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class TestUnrecognizedVMOptionsHandling {
 
   public static void main(String args[]) throws Exception {
     // The first two JAVA processes are expected to fail, but with a correct VM option suggestion
< prev index next >