-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b154
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174622 | 10 | Mandy Chung | P3 | Resolved | Fixed | b01 |
Compiling 4 files for BUILD_JIGSAW_TOOLS
warning: [options] module name in --add-exports option not found: jdk.jdeps
Simple patch:
diff --git a/make/CompileModuleTools.gmk b/make/CompileModuleTools.gmk
--- a/make/CompileModuleTools.gmk
+++ b/make/CompileModuleTools.gmk
@@ -37,6 +37,5 @@
build/tools/jigsaw, \
BIN := $(TOOLS_CLASSES_DIR), \
ADD_JAVAC_FLAGS := \
- --add-exports jdk.jdeps/com.sun.tools.classfile=ALL-UNNAMED \
--add-exports java.base/jdk.internal.module=ALL-UNNAMED \
))
- backported by
-
JDK-8174622 Warning module name in --add-exports not found: jdk.jdeps when compiling for BUILD_JIGSAW_TOOLS
-
- Resolved
-
- relates to
-
JDK-8171380 Remove all exports from jdk.jlink
-
- Closed
-