< prev index next >

test/compiler/codecache/cli/common/CodeCacheInfoFormatter.java

Print this page

        

@@ -18,13 +18,14 @@
  *
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
-package common;
+package compiler.codecache.cli.common;
 
 import sun.hotspot.code.BlobType;
+
 import java.util.Arrays;
 
 public class CodeCacheInfoFormatter {
     private static final String DEFAULT_SIZE_FORMAT = "[0-9]+Kb";
     private BlobType heap = null;
< prev index next >