hotspot/test/compiler/testlibrary/CompilerUtils.java
changeset 40059 c2304140ed64
parent 33072 71f9b0782023
child 40069 5ef5d8dd3d22
--- a/hotspot/test/compiler/testlibrary/CompilerUtils.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/testlibrary/CompilerUtils.java	Tue Jul 12 18:24:48 2016 +0300
@@ -25,8 +25,9 @@
 
 import jdk.test.lib.Asserts;
 import jdk.test.lib.Platform;
+import sun.hotspot.WhiteBox;
+
 import java.util.stream.IntStream;
-import sun.hotspot.WhiteBox;
 
 public class CompilerUtils {