--- 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 */