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))
|
DEPS += $(call CacheFind, $(MAN_DIR))
|
||||||
endif
|
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
|
# Add dependencies on other jmod files. Only java.base needs access to other
|
||||||
# jmods.
|
# jmods.
|
||||||
ifeq ($(MODULE), java.base)
|
ifeq ($(MODULE), java.base)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user