8136930: Simplify use of module-system options by custom launchers

8160489: Multiple -Xpatch lines ignored by javac
8156998: javac should support new option -XinheritRuntimeEnvironment

Reviewed-by: jlahoda, ksrini
This commit is contained in:
Jonathan Gibbons 2016-08-10 15:47:46 -07:00
parent 3b80559162
commit 978417c4c7
161 changed files with 2421 additions and 1050 deletions

View file

@ -32,7 +32,6 @@
* @modules jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.main
* jdk.compiler/com.sun.tools.sjavac
* jdk.jdeps/com.sun.tools.javap
* @build Wrapper toolbox.ToolBox
* @run main Wrapper OverlappingSrcDst
*/
@ -40,6 +39,8 @@
import java.io.File;
import java.nio.file.Paths;
import toolbox.ToolBox;
public class OverlappingSrcDst extends SJavacTester {
public static void main(String... args) {
new OverlappingSrcDst().run();