< prev index next >

test/gc/arguments/TestG1PercentageOptions.java

Print this page

        

@@ -25,17 +25,18 @@
  * @test TestG1PercentageOptions
  * @key gc
  * @bug 8068942
  * @requires vm.gc.G1
  * @summary Test argument processing of various percentage options
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @run driver TestG1PercentageOptions
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class TestG1PercentageOptions {
 
     private static final class OptionDescription {
         public final String name;
< prev index next >