< prev index next >

test/tools/jlink/basic/AllModulePath.java

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

*** 1,7 **** /** ! * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /** ! * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 22,36 **** */ /* * @test * @summary jlink test of --add-module ALL-MODULE-PATH ! * @library /lib/testlibrary * @modules jdk.compiler * @build jdk.testlibrary.ProcessTools * jdk.testlibrary.OutputAnalyzer ! * CompilerUtils * @run testng AllModulePath */ import java.io.File; import java.io.IOException; --- 22,36 ---- */ /* * @test * @summary jlink test of --add-module ALL-MODULE-PATH ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler * @build jdk.testlibrary.ProcessTools * jdk.testlibrary.OutputAnalyzer ! * jdk.test.lib.compiler.CompilerUtils * @run testng AllModulePath */ import java.io.File; import java.io.IOException;
*** 46,55 **** --- 46,56 ---- import java.util.Set; import java.util.stream.Collectors; import java.util.stream.Stream; import java.util.spi.ToolProvider; + import jdk.test.lib.compiler.CompilerUtils; import jdk.testlibrary.ProcessTools; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >