8180037: move jdk.test.lib.InMemoryJavaCompiler to a separate package

Reviewed-by: mseledtsov, vlivanov
This commit is contained in:
Igor Ignatyev 2017-05-11 14:03:50 -07:00
parent 8b0cbaa855
commit 116ba945dc
20 changed files with 25 additions and 35 deletions

View file

@ -31,8 +31,7 @@
* @run main PatchModuleCDS
*/
import java.io.File;
import jdk.test.lib.InMemoryJavaCompiler;
import jdk.test.lib.compiler.InMemoryJavaCompiler;
import jdk.test.lib.process.OutputAnalyzer;
import jdk.test.lib.process.ProcessTools;