< prev index next >

make/project.properties

Print this page




 338 
 339 test.src.dir=test/src
 340 
 341 # -Xmx is used for all tests, -Xms only for octane benchmark
 342 run.test.xmx=2G
 343 run.test.xms=2G
 344 
 345 # uncomment this jfr.args to enable light recordings. the stack needs to be cranked up to 1024 frames,
 346 # or everything will as of the now drown in lambda forms and be cut off.
 347 #
 348 #jfr.args=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true,disk=true,dumponexit=true,dumponexitpath="test_suite.jfr",stackdepth=1024 \
 349 
 350 jfr.args=
 351 
 352 run.test.user.language=tr
 353 run.test.user.country=TR
 354 
 355 run.test.jvmargs.common=\
 356   -server \
 357   ${test.module.imports} \

 358   ${nashorn.override.option} \
 359   -Dfile.encoding=UTF-8 \
 360   -Duser.language=${run.test.user.language} \
 361   -Duser.country=${run.test.user.country} \
 362   -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \
 363   ${jfr.args} \
 364   -XX:+HeapDumpOnOutOfMemoryError
 365 
 366 # turn on assertions for tests
 367 run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea
 368 
 369 # Extra jvmargs that might be useful for debugging
 370 # and performance improvements/monitoring
 371 #
 372 # -XX:+UnlockDiagnosticVMOptions
 373 #
 374 # turn off compressed class pointers in metaspace
 375 # -XX:-UseCompressedKlassPointers
 376 #
 377 # dump the heap after every GC




 338 
 339 test.src.dir=test/src
 340 
 341 # -Xmx is used for all tests, -Xms only for octane benchmark
 342 run.test.xmx=2G
 343 run.test.xms=2G
 344 
 345 # uncomment this jfr.args to enable light recordings. the stack needs to be cranked up to 1024 frames,
 346 # or everything will as of the now drown in lambda forms and be cut off.
 347 #
 348 #jfr.args=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true,disk=true,dumponexit=true,dumponexitpath="test_suite.jfr",stackdepth=1024 \
 349 
 350 jfr.args=
 351 
 352 run.test.user.language=tr
 353 run.test.user.country=TR
 354 
 355 run.test.jvmargs.common=\
 356   -server \
 357   ${test.module.imports} \
 358   ${run.test.jvmargs.external} \
 359   ${nashorn.override.option} \
 360   -Dfile.encoding=UTF-8 \
 361   -Duser.language=${run.test.user.language} \
 362   -Duser.country=${run.test.user.country} \
 363   -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \
 364   ${jfr.args} \
 365   -XX:+HeapDumpOnOutOfMemoryError
 366 
 367 # turn on assertions for tests
 368 run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea
 369 
 370 # Extra jvmargs that might be useful for debugging
 371 # and performance improvements/monitoring
 372 #
 373 # -XX:+UnlockDiagnosticVMOptions
 374 #
 375 # turn off compressed class pointers in metaspace
 376 # -XX:-UseCompressedKlassPointers
 377 #
 378 # dump the heap after every GC


< prev index next >