mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8159855: Create an SPI for tools
Reviewed-by: mchung
This commit is contained in:
parent
4735558138
commit
6fef223c3f
15 changed files with 444 additions and 19 deletions
|
@ -32,4 +32,10 @@ module jdk.jdeps {
|
|||
requires jdk.compiler;
|
||||
exports com.sun.tools.classfile to
|
||||
jdk.jlink;
|
||||
|
||||
provides java.util.spi.ToolProvider
|
||||
with com.sun.tools.javap.Main.JavapToolProvider;
|
||||
|
||||
provides java.util.spi.ToolProvider
|
||||
with com.sun.tools.jdeps.Main.JDepsToolProvider;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue