mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
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:
parent
3b80559162
commit
978417c4c7
161 changed files with 2421 additions and 1050 deletions
|
@ -31,7 +31,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
|
||||
* @ignore Requires dependency code to deal with in-method dependencies.
|
||||
* @build Wrapper toolbox.ToolBox
|
||||
* @run main Wrapper IncCompileWithChanges
|
||||
|
@ -51,7 +50,6 @@ public class IncCompileWithChanges extends SJavacTester {
|
|||
// Remember the previous bin and headers state here.
|
||||
Map<String,Long> previous_bin_state;
|
||||
Map<String,Long> previous_headers_state;
|
||||
ToolBox tb = new ToolBox();
|
||||
|
||||
void test() throws Exception {
|
||||
clean(TEST_ROOT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue