make/common/Modules.gmk
changeset 47217 72e3ae9a25eb
parent 45612 3368f6d8b082
child 47224 e81f9ee4df7f
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
   185 
   185 
   186 # These modules are included in the interim image which is used to run profiling
   186 # These modules are included in the interim image which is used to run profiling
   187 # before building the real images.
   187 # before building the real images.
   188 INTERIM_IMAGE_MODULES := java.base java.logging
   188 INTERIM_IMAGE_MODULES := java.base java.logging
   189 
   189 
       
   190 LANGTOOLS_MODULES := \
       
   191     java.compiler \
       
   192     jdk.compiler \
       
   193     jdk.javadoc \
       
   194     jdk.jdeps \
       
   195     jdk.jshell \
       
   196     #
       
   197 
       
   198 CORBA_MODULES := java.corba
       
   199 
       
   200 HOTSPOT_MODULES := \
       
   201     jdk.aot \
       
   202     jdk.hotspot.agent \
       
   203     jdk.internal.vm.ci \
       
   204     jdk.internal.vm.compiler \
       
   205     #
       
   206 
   190 ################################################################################
   207 ################################################################################
   191 # Some platforms don't have the serviceability agent
   208 # Some platforms don't have the serviceability agent
   192 
   209 
   193 ifeq ($(INCLUDE_SA), false)
   210 ifeq ($(INCLUDE_SA), false)
   194   MODULES_FILTER += jdk.hotspot.agent
   211   MODULES_FILTER += jdk.hotspot.agent
   216 GENERATED_SRC_DIRS += \
   233 GENERATED_SRC_DIRS += \
   217     $(SUPPORT_OUTPUTDIR)/gensrc \
   234     $(SUPPORT_OUTPUTDIR)/gensrc \
   218     #
   235     #
   219 
   236 
   220 TOP_SRC_DIRS += \
   237 TOP_SRC_DIRS += \
   221     $(CORBA_TOPDIR)/src \
   238     $(TOPDIR)/src \
   222     $(HOTSPOT_TOPDIR)/src \
       
   223     $(JDK_TOPDIR)/src \
       
   224     $(LANGTOOLS_TOPDIR)/src \
       
   225     $(JAXP_TOPDIR)/src \
       
   226     $(JAXWS_TOPDIR)/src \
       
   227     $(NASHORN_TOPDIR)/src \
       
   228     #
   239     #
   229 
   240 
   230 SRC_SUBDIRS += $(OPENJDK_TARGET_OS)/classes
   241 SRC_SUBDIRS += $(OPENJDK_TARGET_OS)/classes
   231 ifneq ($(OPENJDK_TARGET_OS), $(OPENJDK_TARGET_OS_TYPE))
   242 ifneq ($(OPENJDK_TARGET_OS), $(OPENJDK_TARGET_OS_TYPE))
   232   SRC_SUBDIRS += $(OPENJDK_TARGET_OS_TYPE)/classes
   243   SRC_SUBDIRS += $(OPENJDK_TARGET_OS_TYPE)/classes