< prev index next >

make/autoconf/configure.ac

Print this page




 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 JDKOPT_EXCLUDE_TRANSLATIONS
 236 JDKOPT_ENABLE_DISABLE_MANPAGES

 237 
 238 ###############################################################################
 239 #
 240 # Configure parts of the build that only affect the build performance,
 241 # not the result.
 242 #
 243 ###############################################################################
 244 
 245 BPERF_SETUP_BUILD_CORES
 246 BPERF_SETUP_BUILD_MEMORY
 247 BPERF_SETUP_BUILD_JOBS
 248 BPERF_SETUP_TEST_JOBS
 249 
 250 # Setup arguments for the boot jdk (after cores and memory have been setup)
 251 BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS
 252 
 253 # Setup smart javac (after cores and memory have been setup)
 254 BPERF_SETUP_SMART_JAVAC
 255 
 256 # Setup use of icecc if requested




 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 JDKOPT_EXCLUDE_TRANSLATIONS
 236 JDKOPT_ENABLE_DISABLE_MANPAGES
 237 JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE
 238 
 239 ###############################################################################
 240 #
 241 # Configure parts of the build that only affect the build performance,
 242 # not the result.
 243 #
 244 ###############################################################################
 245 
 246 BPERF_SETUP_BUILD_CORES
 247 BPERF_SETUP_BUILD_MEMORY
 248 BPERF_SETUP_BUILD_JOBS
 249 BPERF_SETUP_TEST_JOBS
 250 
 251 # Setup arguments for the boot jdk (after cores and memory have been setup)
 252 BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS
 253 
 254 # Setup smart javac (after cores and memory have been setup)
 255 BPERF_SETUP_SMART_JAVAC
 256 
 257 # Setup use of icecc if requested


< prev index next >