Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
diff make/project.properties @ 691:a26f4de458d4
8029090: Developers should be able to pass nashorn properties and enable/disable JFR from command line
Reviewed-by: jlaskey, lagergren
author | sundar |
---|---|
date | Mon, 25 Nov 2013 18:40:02 +0530 |
parents | 3470bc26128f |
children | 0b6687c4efef |
line wrap: on
line diff
--- a/make/project.properties Tue Nov 19 10:29:32 2013 +0100 +++ b/make/project.properties Mon Nov 25 18:40:02 2013 +0530 @@ -71,6 +71,9 @@ fxshell.dir = tools/fxshell fxshell.jar = ${dist.dir}/nashornfx.jar +# configuration for java flight recorder +run.test.jvmargs.jfr=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true,disk=true,dumponexit=true,dumponexitpath=${build.dir},stackdepth=128 + # jars refererred file.reference.testng.jar=test/lib/testng.jar