< prev index next > make/hotspot/lib/JvmFeatures.gmk
Print this page
ifneq ($(call check-jvm-feature, jfr), true)
JVM_CFLAGS_FEATURES += -DINCLUDE_JFR=0
JVM_EXCLUDE_PATTERNS += jfr
endif
+ ifneq ($(call check-jvm-feature, tsan), true)
+ JVM_CFLAGS_FEATURES += -DINCLUDE_TSAN=0
+ JVM_EXCLUDE_PATTERNS += tsan
+ endif
+
################################################################################
ifeq ($(call check-jvm-feature, link-time-opt), true)
# NOTE: Disable automatic opimization level and let the explicit cflag control
# optimization level instead. This activates O3 on slowdebug builds, just
< prev index next >