< prev index next >

test/tools/jlink/bindservices/BindServices.java

Print this page
rev 17315 : 8181335: remove packageless CompilerUtils
Reviewed-by: duke

*** 31,52 **** import java.util.List; import java.util.spi.ToolProvider; import java.util.stream.Collectors; import java.util.stream.Stream; import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; /** * @test * @bug 8174826 ! * @library /lib/testlibrary * @modules jdk.compiler jdk.jlink ! * @build BindServices CompilerUtils jdk.testlibrary.ProcessTools * @run testng BindServices */ public class BindServices { private static final String JAVA_HOME = System.getProperty("java.home"); --- 31,53 ---- import java.util.List; import java.util.spi.ToolProvider; import java.util.stream.Collectors; import java.util.stream.Stream; + import jdk.test.lib.compiler.CompilerUtils; import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; /** * @test * @bug 8174826 ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler jdk.jlink ! * @build BindServices jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.ProcessTools * @run testng BindServices */ public class BindServices { private static final String JAVA_HOME = System.getProperty("java.home");
< prev index next >