8170251: Add javax.tools.Tool.name()

Reviewed-by: darcy, mchung
This commit is contained in:
Jonathan Gibbons 2016-12-09 16:24:50 -08:00
parent 7aff5df624
commit e9ddc68f70
7 changed files with 152 additions and 0 deletions

View file

@ -81,5 +81,8 @@ module jdk.compiler {
provides javax.tools.JavaCompiler
with com.sun.tools.javac.api.JavacTool;
provides javax.tools.Tool
with com.sun.tools.javac.api.JavacTool;
}