hotspot/test/compiler/whitebox/SimpleTestCase.java
changeset 40059 c2304140ed64
parent 38025 5ed9ce1e4a2f
--- a/hotspot/test/compiler/whitebox/SimpleTestCase.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/whitebox/SimpleTestCase.java	Tue Jul 12 18:24:48 2016 +0300
@@ -23,11 +23,12 @@
 
 package compiler.whitebox;
 
+import sun.hotspot.WhiteBox;
+
 import java.lang.reflect.Constructor;
 import java.lang.reflect.Executable;
 import java.lang.reflect.Method;
 import java.util.concurrent.Callable;
-import sun.hotspot.WhiteBox;
 
 public enum SimpleTestCase implements CompilerWhiteBoxTest.TestCase {
     /** constructor test case */