< prev index next >

test/jdk/sun/tools/jstatd/JstatGCUtilParser.java

Print this page
rev 51789 : [mq]: asserts

@@ -20,14 +20,14 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 import java.util.Arrays;
+import java.text.NumberFormat;
 
+import static jdk.test.lib.Asserts.*;
 import jdk.test.lib.Utils;
-import static jdk.testlibrary.Asserts.*;
-import java.text.NumberFormat;
 
 /**
  * The helper class for parsing following output from command 'jstat -gcutil':
  *
  *  S0     S1     E      O      M     CCS    YGC     YGCT    FGC    FGCT    CGC    CGCT     GCT
< prev index next >