We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ca75b commit 3c920f9Copy full SHA for 3c920f9
make/Main.gmk
@@ -971,8 +971,7 @@ else
971
# When creating the BUILDJDK, we don't need to add hashes to java.base, thus
972
# we don't need to depend on all other jmods
973
ifneq ($(CREATING_BUILDJDK), true)
974
- java.base-jmod: jrtfs-jar $(filter-out java.base-jmod \
975
- $(addsuffix -jmod, $(call FindAllUpgradeableModules)), $(JMOD_TARGETS))
+ java.base-jmod: jrtfs-jar $(filter-out java.base-jmod, $(JMOD_TARGETS))
976
endif
977
978
# If not already set, set the JVM target so that the JVM will be built.
0 commit comments