< prev index next >

make/autoconf/configure.ac

Print this page




 202 JDKOPT_SETUP_ADDRESS_SANITIZER
 203 
 204 # Need toolchain to setup dtrace
 205 HOTSPOT_SETUP_DTRACE
 206 HOTSPOT_ENABLE_DISABLE_AOT
 207 HOTSPOT_ENABLE_DISABLE_CDS
 208 HOTSPOT_ENABLE_DISABLE_GTEST
 209 
 210 ###############################################################################
 211 #
 212 # Check dependencies for external and internal libraries.
 213 #
 214 ###############################################################################
 215 
 216 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 217 BASIC_COMPILE_FIXPATH
 218 
 219 LIB_DETERMINE_DEPENDENCIES
 220 LIB_SETUP_LIBRARIES
 221 


 222 # Hotspot setup depends on lib checks.
 223 
 224 HOTSPOT_SETUP_JVM_FEATURES
 225 
 226 ###############################################################################
 227 #
 228 # We need to do some final tweaking, when everything else is done.
 229 #
 230 ###############################################################################
 231 
 232 JDKOPT_DETECT_INTREE_EC
 233 JDKOPT_ENABLE_DISABLE_FAILURE_HANDLER
 234 JDKOPT_ENABLE_DISABLE_GENERATE_CLASSLIST
 235 
 236 ###############################################################################
 237 #
 238 # Configure parts of the build that only affect the build performance,
 239 # not the result.
 240 #
 241 ###############################################################################




 202 JDKOPT_SETUP_ADDRESS_SANITIZER
 203 
 204 # Need toolchain to setup dtrace
 205 HOTSPOT_SETUP_DTRACE
 206 HOTSPOT_ENABLE_DISABLE_AOT
 207 HOTSPOT_ENABLE_DISABLE_CDS
 208 HOTSPOT_ENABLE_DISABLE_GTEST
 209 
 210 ###############################################################################
 211 #
 212 # Check dependencies for external and internal libraries.
 213 #
 214 ###############################################################################
 215 
 216 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
 217 BASIC_COMPILE_FIXPATH
 218 
 219 LIB_DETERMINE_DEPENDENCIES
 220 LIB_SETUP_LIBRARIES
 221 
 222 JDKOPT_SETUP_HARDENED_FLAGS
 223 
 224 # Hotspot setup depends on lib checks.
 225 
 226 HOTSPOT_SETUP_JVM_FEATURES
 227 
 228 ###############################################################################
 229 #
 230 # We need to do some final tweaking, when everything else is done.
 231 #
 232 ###############################################################################
 233 
 234 JDKOPT_DETECT_INTREE_EC
 235 JDKOPT_ENABLE_DISABLE_FAILURE_HANDLER
 236 JDKOPT_ENABLE_DISABLE_GENERATE_CLASSLIST
 237 
 238 ###############################################################################
 239 #
 240 # Configure parts of the build that only affect the build performance,
 241 # not the result.
 242 #
 243 ###############################################################################


< prev index next >