8153217: javafx modules are not included in the jre
authormchung
Thu, 31 Mar 2016 14:11:33 -0700
changeset 36751 2be81523171c
parent 36750 cb05d63f5bb2
child 36752 30f8e8079271
child 36939 c27a3b0dcc88
8153217: javafx modules are not included in the jre Reviewed-by: alanb
jdk/make/gensrc/GensrcModuleLoaderMap.gmk
--- a/jdk/make/gensrc/GensrcModuleLoaderMap.gmk	Thu Mar 31 11:50:06 2016 -0700
+++ b/jdk/make/gensrc/GensrcModuleLoaderMap.gmk	Thu Mar 31 14:11:33 2016 -0700
@@ -25,7 +25,8 @@
 
 include Modules.gmk
 
-$(eval $(call ReadImportMetaData))
+IMPORTED_MODULES := $(call FindImportedModules)
+$(foreach m, $(IMPORTED_MODULES), $(eval $(call ReadSingleImportMetaData, $m)))
 
 # Replacing double-comma with a single comma is to workaround the issue
 # with some version of make on windows that doesn't substitute spaces