make/hotspot/lib/JvmFeatures.gmk
changeset 50104 4ea7917929b9
parent 49982 9042ffe5b7fe
child 50113 caf115bb98ad
equal deleted inserted replaced
50103:b99e90f885bf 50104:4ea7917929b9
   126 endif
   126 endif
   127 
   127 
   128 ifneq ($(call check-jvm-feature, aot), true)
   128 ifneq ($(call check-jvm-feature, aot), true)
   129   JVM_CFLAGS_FEATURES += -DINCLUDE_AOT=0
   129   JVM_CFLAGS_FEATURES += -DINCLUDE_AOT=0
   130   JVM_EXCLUDE_FILES += \
   130   JVM_EXCLUDE_FILES += \
   131       compiledIC_aot_x86_64.cpp compilerRuntime.cpp \
   131       compiledIC_aot_x86_64.cpp compiledIC_aot_aarch64.cpp      \
   132       aotCodeHeap.cpp aotCompiledMethod.cpp aotLoader.cpp compiledIC_aot.cpp
   132       compilerRuntime.cpp aotCodeHeap.cpp aotCompiledMethod.cpp \
       
   133       aotLoader.cpp compiledIC_aot.cpp
   133 endif
   134 endif
   134 
   135 
   135 ifneq ($(call check-jvm-feature, cmsgc), true)
   136 ifneq ($(call check-jvm-feature, cmsgc), true)
   136   JVM_CFLAGS_FEATURES += -DINCLUDE_CMSGC=0
   137   JVM_CFLAGS_FEATURES += -DINCLUDE_CMSGC=0
   137   JVM_EXCLUDE_PATTERNS += gc/cms
   138   JVM_EXCLUDE_PATTERNS += gc/cms