267 # uncomment this jfr.args to enable light recordings. the stack needs to be cranked up to 1024 frames,
268 # or everything will as of the now drown in lambda forms and be cut off.
269 #
270 #jfr.args=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true,disk=true,dumponexit=true,dumponexitpath="test_suite.jfr",stackdepth=1024 \
271
272 jfr.args=
273
274 run.test.user.language=tr
275 run.test.user.country=TR
276
277 run.test.jvmargs.common=\
278 -server \
279 -Dfile.encoding=UTF-8 \
280 -Duser.language=${run.test.user.language} \
281 -Duser.country=${run.test.user.country} \
282 -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \
283 ${jfr.args} \
284 -XX:+HeapDumpOnOutOfMemoryError
285
286 # turn on assertions for tests
287 run.test.jvmargs.main=${run.test.jvmargs.common} -ea
288
289 # Extra jvmargs that might be useful for debugging
290 # and performance improvements/monitoring
291 #
292 # -XX:+UnlockDiagnosticVMOptions
293 #
294 # turn off compressed class pointers in metaspace
295 # -XX:-UseCompressedKlassPointers
296 #
297 # dump the heap after every GC
298 # -XX:+PrintHeapAtGC
299 #
300 # manually set a metaspace size for class data
301 # -XX:ClassMetaspaceSize=300M
302 #
303 # print out methods compiled
304 # -XX:+PrintCompilation
305 #
306 # print all compiled nmethods with oopmaps and lots of other info
307 # -XX:+PrintNMethods
|
267 # uncomment this jfr.args to enable light recordings. the stack needs to be cranked up to 1024 frames,
268 # or everything will as of the now drown in lambda forms and be cut off.
269 #
270 #jfr.args=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true,disk=true,dumponexit=true,dumponexitpath="test_suite.jfr",stackdepth=1024 \
271
272 jfr.args=
273
274 run.test.user.language=tr
275 run.test.user.country=TR
276
277 run.test.jvmargs.common=\
278 -server \
279 -Dfile.encoding=UTF-8 \
280 -Duser.language=${run.test.user.language} \
281 -Duser.country=${run.test.user.country} \
282 -Dnashorn.typeInfo.cacheDir=${build.dir}${file.separator}test${file.separator}type_info_cache \
283 ${jfr.args} \
284 -XX:+HeapDumpOnOutOfMemoryError
285
286 # turn on assertions for tests
287 run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea
288
289 # Extra jvmargs that might be useful for debugging
290 # and performance improvements/monitoring
291 #
292 # -XX:+UnlockDiagnosticVMOptions
293 #
294 # turn off compressed class pointers in metaspace
295 # -XX:-UseCompressedKlassPointers
296 #
297 # dump the heap after every GC
298 # -XX:+PrintHeapAtGC
299 #
300 # manually set a metaspace size for class data
301 # -XX:ClassMetaspaceSize=300M
302 #
303 # print out methods compiled
304 # -XX:+PrintCompilation
305 #
306 # print all compiled nmethods with oopmaps and lots of other info
307 # -XX:+PrintNMethods
|