8153416: unexport javah from jdk.compiler module

Reviewed-by: mchung
This commit is contained in:
Jonathan Gibbons 2016-04-04 12:34:42 -07:00
parent a80f850898
commit b892b6e3f0
15 changed files with 22 additions and 21 deletions

View file

@ -30,7 +30,6 @@ module jdk.compiler {
exports com.sun.source.tree;
exports com.sun.source.util;
exports com.sun.tools.javac;
exports com.sun.tools.javah;
exports com.sun.tools.doclint to
jdk.javadoc;
exports com.sun.tools.javac.api to