< prev index next >

make/nashorn/project.properties

Print this page




 354 # uncomment this jfr.args to enable flight recordings. the stack needs to be cranked up to 1024 frames,
 355 # or everything will as of the now drown in lambda forms and be cut off.
 356 #
 357 #jfr.args=-XX:StartFlightRecording=disk=true,dumponexit=true,dumponexitpath="test_suite.jfr",stackdepth=1024
 358 
 359 jfr.args=
 360 
 361 run.test.user.language=tr
 362 run.test.user.country=TR
 363 
 364 run.test.jvmargs.common=\
 365   -server \
 366   ${test.module.imports.runtime} \
 367   ${run.test.jvmargs.external} \
 368   --add-modules jdk.scripting.nashorn.shell \
 369   ${nashorn.override.option} \
 370   -Dfile.encoding=UTF-8 \
 371   -Duser.language=${run.test.user.language} \
 372   -Duser.country=${run.test.user.country} \
 373   -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \

 374   ${jfr.args} \
 375   -XX:+HeapDumpOnOutOfMemoryError
 376 
 377 # turn on assertions for tests
 378 run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea
 379 
 380 # Extra jvmargs that might be useful for debugging
 381 # and performance improvements/monitoring
 382 #
 383 # -XX:+UnlockDiagnosticVMOptions
 384 #
 385 # turn off compressed class pointers in metaspace
 386 # -XX:-UseCompressedKlassPointers
 387 #
 388 # dump the heap after every GC
 389 # -XX:+PrintHeapAtGC
 390 #
 391 # manually set a metaspace size for class data
 392 # -XX:ClassMetaspaceSize=300M
 393 #




 354 # uncomment this jfr.args to enable flight recordings. the stack needs to be cranked up to 1024 frames,
 355 # or everything will as of the now drown in lambda forms and be cut off.
 356 #
 357 #jfr.args=-XX:StartFlightRecording=disk=true,dumponexit=true,dumponexitpath="test_suite.jfr",stackdepth=1024
 358 
 359 jfr.args=
 360 
 361 run.test.user.language=tr
 362 run.test.user.country=TR
 363 
 364 run.test.jvmargs.common=\
 365   -server \
 366   ${test.module.imports.runtime} \
 367   ${run.test.jvmargs.external} \
 368   --add-modules jdk.scripting.nashorn.shell \
 369   ${nashorn.override.option} \
 370   -Dfile.encoding=UTF-8 \
 371   -Duser.language=${run.test.user.language} \
 372   -Duser.country=${run.test.user.country} \
 373   -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \
 374   -Dnashorn.args.prepend=--no-deprecation-warning \
 375   ${jfr.args} \
 376   -XX:+HeapDumpOnOutOfMemoryError
 377 
 378 # turn on assertions for tests
 379 run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea
 380 
 381 # Extra jvmargs that might be useful for debugging
 382 # and performance improvements/monitoring
 383 #
 384 # -XX:+UnlockDiagnosticVMOptions
 385 #
 386 # turn off compressed class pointers in metaspace
 387 # -XX:-UseCompressedKlassPointers
 388 #
 389 # dump the heap after every GC
 390 # -XX:+PrintHeapAtGC
 391 #
 392 # manually set a metaspace size for class data
 393 # -XX:ClassMetaspaceSize=300M
 394 #


< prev index next >