< prev index next >

make/autoconf/configure.ac

Print this page

243 ###############################################################################
244 
245 JVM_FEATURES_PARSE_OPTIONS
246 JVM_FEATURES_SETUP
247 
248 HOTSPOT_SETUP_MISC
249 
250 ###############################################################################
251 #
252 # We need to do some final tweaking, when everything else is done.
253 #
254 ###############################################################################
255 
256 LIB_TESTS_ENABLE_DISABLE_FAILURE_HANDLER
257 LIB_TESTS_ENABLE_DISABLE_JTREG_TEST_THREAD_FACTORY
258 
259 JDKOPT_ENABLE_DISABLE_GENERATE_CLASSLIST
260 JDKOPT_EXCLUDE_TRANSLATIONS
261 JDKOPT_ENABLE_DISABLE_MANPAGES
262 JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE

263 JDKOPT_ENABLE_DISABLE_COMPATIBLE_CDS_ALIGNMENT
264 JDKOPT_SETUP_MACOSX_SIGNING
265 
266 ###############################################################################
267 #
268 # Configure parts of the build that only affect the build performance,
269 # not the result.
270 #
271 ###############################################################################
272 
273 BPERF_SETUP_BUILD_CORES
274 BPERF_SETUP_BUILD_MEMORY
275 BPERF_SETUP_BUILD_JOBS
276 BPERF_SETUP_TEST_JOBS
277 BPERF_SETUP_JAVAC_SERVER
278 
279 # Setup arguments for the boot jdk (after cores and memory have been setup)
280 BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS
281 
282 # Setup use of icecc if requested

243 ###############################################################################
244 
245 JVM_FEATURES_PARSE_OPTIONS
246 JVM_FEATURES_SETUP
247 
248 HOTSPOT_SETUP_MISC
249 
250 ###############################################################################
251 #
252 # We need to do some final tweaking, when everything else is done.
253 #
254 ###############################################################################
255 
256 LIB_TESTS_ENABLE_DISABLE_FAILURE_HANDLER
257 LIB_TESTS_ENABLE_DISABLE_JTREG_TEST_THREAD_FACTORY
258 
259 JDKOPT_ENABLE_DISABLE_GENERATE_CLASSLIST
260 JDKOPT_EXCLUDE_TRANSLATIONS
261 JDKOPT_ENABLE_DISABLE_MANPAGES
262 JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE
263 JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE_COH
264 JDKOPT_ENABLE_DISABLE_COMPATIBLE_CDS_ALIGNMENT
265 JDKOPT_SETUP_MACOSX_SIGNING
266 
267 ###############################################################################
268 #
269 # Configure parts of the build that only affect the build performance,
270 # not the result.
271 #
272 ###############################################################################
273 
274 BPERF_SETUP_BUILD_CORES
275 BPERF_SETUP_BUILD_MEMORY
276 BPERF_SETUP_BUILD_JOBS
277 BPERF_SETUP_TEST_JOBS
278 BPERF_SETUP_JAVAC_SERVER
279 
280 # Setup arguments for the boot jdk (after cores and memory have been setup)
281 BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS
282 
283 # Setup use of icecc if requested
< prev index next >