< prev index next >

test/compiler/testlibrary/CompilerUtils.java

Print this page

        

@@ -23,13 +23,14 @@
 
 package compiler.testlibrary;
 
 import jdk.test.lib.Asserts;
 import jdk.test.lib.Platform;
-import java.util.stream.IntStream;
 import sun.hotspot.WhiteBox;
 
+import java.util.stream.IntStream;
+
 public class CompilerUtils {
 
     private CompilerUtils() {
         // to prevent from instantiation
     }
< prev index next >