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

Reviewed-by: mseledtsov, vlivanov
This commit is contained in:
Igor Ignatyev 2017-05-11 13:58:05 -07:00
parent 0d0b0ce71d
commit 25e5108c99
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
import java.io.PrintWriter;
import java.lang.instrument.*;
import jdk.test.lib.InMemoryJavaCompiler;
import jdk.test.lib.compiler.InMemoryJavaCompiler;
/*
* Helper class to write tests that redefine classes.

View File

@ -21,7 +21,7 @@
* questions.
*/
package jdk.test.lib;
package jdk.test.lib.compiler;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
@ -56,7 +56,7 @@ import javax.tools.ToolProvider;
*
* <pre>
* {@code
* import jdk.test.lib.InMemoryJavaCompiler;
* import jdk.test.lib.compiler.InMemoryJavaCompiler;
* import jdk.test.lib.ByteClassLoader;
*
* class Example {