8170859: Run time and tool support for ModuleResolution
Reviewed-by: alanb, mchung
This commit is contained in:
parent
52bc4b8563
commit
639b39d35c
@ -79,6 +79,11 @@ ifneq ($(MAN_DIR), )
|
||||
DEPS += $(call CacheFind, $(MAN_DIR))
|
||||
endif
|
||||
|
||||
ifeq ($(filter-out jdk.incubator.%, $(MODULE)), )
|
||||
JMOD_FLAGS += --do-not-resolve-by-default
|
||||
JMOD_FLAGS += --warn-if-resolved=incubating
|
||||
endif
|
||||
|
||||
# Add dependencies on other jmod files. Only java.base needs access to other
|
||||
# jmods.
|
||||
ifeq ($(MODULE), java.base)
|
||||
|
Loading…
Reference in New Issue
Block a user