make/common/Modules.gmk
branchJDK-8200758-branch
changeset 58921 d92acb18e300
parent 57912 2faaa38c86a4
parent 58846 f9ac726ab347
child 58994 b09ba68c6a19
equal deleted inserted replaced
58890:6539ad1d90aa 58921:d92acb18e300
   198     jdk.internal.vm.ci \
   198     jdk.internal.vm.ci \
   199     jdk.internal.vm.compiler \
   199     jdk.internal.vm.compiler \
   200     jdk.internal.vm.compiler.management \
   200     jdk.internal.vm.compiler.management \
   201     #
   201     #
   202 
   202 
       
   203 # The native dynamic libraries in these modules will also get built into static
       
   204 # libraries for consumption by downstream projects that need to statically link
       
   205 # the JDK libraries. Those static libraries are not part of the main JDK
       
   206 # distribution. 
       
   207 STATIC_LIBS_MODULES := \
       
   208     java.base \
       
   209     jdk.crypto.ec \
       
   210     jdk.security.auth \
       
   211     java.prefs \
       
   212     java.security.jgss \
       
   213     java.smartcardio \
       
   214     jdk.crypto.cryptoki \
       
   215     jdk.net \
       
   216     #
       
   217 
   203 ################################################################################
   218 ################################################################################
   204 # Some platforms don't have the serviceability agent
   219 # Some platforms don't have the serviceability agent
   205 
   220 
   206 ifeq ($(INCLUDE_SA), false)
   221 ifeq ($(INCLUDE_SA), false)
   207   MODULES_FILTER += jdk.hotspot.agent
   222   MODULES_FILTER += jdk.hotspot.agent