mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8139607: -release option forces StandardJavaFileManager
Merging a --release specific file manager with the user-provided one, rather than altering the user-provided one. Reviewed-by: jjg, mcimadamore
This commit is contained in:
parent
b97f1bcb37
commit
5f97b69390
15 changed files with 577 additions and 150 deletions
|
@ -113,6 +113,7 @@ module jdk.compiler {
|
|||
exports com.sun.tools.javac.parser to
|
||||
jdk.jshell;
|
||||
exports com.sun.tools.javac.platform to
|
||||
jdk.jdeps,
|
||||
jdk.javadoc;
|
||||
exports com.sun.tools.javac.tree to
|
||||
jdk.javadoc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue