< prev index next >

make/autoconf/configure.ac

Print this page




 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 ###############################################################################
 242 
 243 BPERF_SETUP_BUILD_CORES
 244 BPERF_SETUP_BUILD_MEMORY
 245 BPERF_SETUP_BUILD_JOBS
 246 BPERF_SETUP_TEST_JOBS
 247 
 248 # Setup arguments for the boot jdk (after cores and memory have been setup)
 249 BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS
 250 
 251 # Setup smart javac (after cores and memory have been setup)
 252 BPERF_SETUP_SMART_JAVAC
 253 
 254 # Setup use of icecc if requested




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


< prev index next >